Color Hex Logo

#b6ccce Color Hex

#B6CCCE
(182,204,206)
0 Favorites   0 Comments

Color spaces of #b6ccce

RGB 182204206
HSL0.510.200.76
HSV185°12°81°
CMYK 0.120.010.00   0.19
XYZ52.024857.587066.7659
Yxy57.58700.29500.3265
Hunter Lab75.8861-10.42740.9559
CIE-Lab80.5086-6.9817-3.5194

#b6ccce color RGB value is (182,204,206).

#b6ccce hex color red value is 182, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b6ccce hue: 0.51 , saturation: 0.20 and the lightness value of b6ccce is 0.76.

The process color (four color CMYK) of #b6ccce color hex is 0.12, 0.01, 0.00, 0.19. Web safe color of #b6ccce is #cccccc. Color #b6ccce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001100 11001110
Octal 266 314 316
Decimal 182 204 206
Hex B6 CC CE

RGB Percentages of Color #b6ccce

%30.74
%34.46
%34.80

CMYK Percentages of Color #b6ccce

%12
%1
%0
%19

Triadic Colors of #b6ccce

#b6ccce #ceb6cc #ccceb6

Analogous Colors of #b6ccce

#b6ccce #b6c0ce #b6cec4

Monochromatic Colors of #b6ccce

#b6ccce

Complementary Color

#b6ccce #ceb8b6

#b6ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ccce Color CSS Codes

.mybgcolor {background-color:#b6ccce; } 
.myforecolor {color:#b6ccce; }
.mybordercolor {border:3px solid #b6ccce; }

#b6ccce Text Font Color

<p style="color:#b6ccce">Text here</p>

This sample text font color is #b6ccce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b6ccce Background Color

<div style="background-color:#b6ccce">
Div content here</div>

This div background color is #b6ccce


#b6ccce Border Color

<div style="border:3px solid #b6ccce">
Div here</div>

This div border color is #b6ccce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,204,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6ccce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6ccce;
  -webkit-box-shadow: 1px 1px 3px 2px #b6ccce;
  box-shadow:         1px 1px 3px 2px #b6ccce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,204,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6ccce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b6ccce;
  -webkit-box-shadow: 1px 1px 3px 2px #b6ccce;
  box-shadow:         1px 1px 3px 2px #b6ccce;">
Div content here</div>

This div box has shadow with color #b6ccce

#b6ccce Color Palettes


Comments

No comments written yet.

Please login to write comment.