Html Css Color HEX #A6BBC9 Heather

📋 copy color: '#A6BBC9'

red 166 ◦ green 187 ◦ blue 201

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

Shades of Heather #A6BBC9

Tints of Heather #A6BBC9

RGB

 RED value IS 166 (65.23% from 255) = 29.96%

 GREEN value IS 187 (73.44% from 255) = 33.75%

 BLUE value IS 201 (78.91% from 255) = 36.28%

R = 29.96%
G = 33.75%
B = 36.28%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A6BBC9 (or 0xA6BBC9) is known color: Heather. HEX triplet: A6, BB and C9. RGB value is (166,187,201). Sum of RGB (Red+Green+Blue) = 166+187+201=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 201 - color contains mainly: blue. Hex color #A6BBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBC9 is #594436. Grayscale: #B6B6B6. Windows color (decimal): -5850167 or 13220774. OLE color: 13220774.

HSL color Cylindrical-coordinate representation of color #A6BBC9: hue angle of 204º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6BBC9 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 187 201 -
CMYK 0.17 0.07 0 0.21
HSL 204º 0.24% 0.72% -
HSV(B) 204º 0.17% 0.79% -
XYZ 44.04 47.86 62.18 -
YUV 182.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 166 187 201 0.17 0.07 0 0.21 204 0.24 0.72
Hex A6 BB C9 11 7 0 15 CC 18 48
Octal 246 273 311 21 7 0 25 314 30 110
Binary 10100110 10111011 11001001 10001 111 0 10101 11001100 11000 1001000

Color Harmonies of #A6BBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBC9

Black with #A6BBC9

Text Example


Text Example

White with #A6BBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBC9; }

 p { color: rgb(166,187,201); }

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

background-color css

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

 a { background-color: rgb(166,187,201); }

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

border-color css

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

 span { border-color: rgb(166,187,201); }

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