Html Css Color HEX #B6C6CE Heather

📋 copy color: '#B6C6CE'

red 182 ◦ green 198 ◦ blue 206

#B6C6CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #B6C6CE

Tints of Heather #B6C6CE

RGB

 RED value IS 182 (71.48% from 255) = 31.06%

 GREEN value IS 198 (77.73% from 255) = 33.79%

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 31.06%
G = 33.79%
B = 35.15%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B6C6CE (or 0xB6C6CE) is known color: Heather. HEX triplet: B6, C6 and CE. RGB value is (182,198,206). Sum of RGB (Red+Green+Blue) = 182+198+206=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #B6C6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C6CE is #493931. Grayscale: #C2C2C2. Windows color (decimal): -4798770 or 13551286. OLE color: 13551286.

HSL color Cylindrical-coordinate representation of color #B6C6CE: hue angle of 200º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6C6CE is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 198 206 -
CMYK 0.12 0.04 0 0.19
HSL 200º 0.2% 0.76% -
HSV(B) 200º 0.12% 0.81% -
XYZ 50.63 54.79 66.3 -
YUV 194.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 182 198 206 0.12 0.04 0 0.19 200 0.2 0.76
Hex B6 C6 CE C 4 0 13 C8 14 4C
Octal 266 306 316 14 4 0 23 310 24 114
Binary 10110110 11000110 11001110 1100 100 0 10011 11001000 10100 1001100

Color Harmonies of #B6C6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C6CE

Black with #B6C6CE

Text Example


Text Example

White with #B6C6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C6CE; }

 p { color: rgb(182,198,206); }

 H1.HeaderClassName
 {
   color: #B6C6CE;
 }
 .AnyTagClassName
 {
   color: #B6C6CE;
 }
</style>

background-color css

<style>
 a { background-color: #B6C6CE; }

 a { background-color: rgb(182,198,206); }

 div.DivClassName
 {
   background-color: #B6C6CE;
 }
 .BgClassName
 {
   background-color: #B6C6CE;
 }
</style>

border-color css

<style>
 span { border-color: #B6C6CE; }

 span { border-color: rgb(182,198,206); }

 td.TdClassName
 {
   border-color: #B6C6CE;
 }
 .TagClassName
 {
   border-color: #B6C6CE;
 }
</style>