Html Css Color HEX #A6BBC6 Heather

📋 copy color: '#A6BBC6'

red 166 ◦ green 187 ◦ blue 198

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

Shades of Heather #A6BBC6

Tints of Heather #A6BBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.93%

R = 30.13%
G = 33.94%
B = 35.93%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A6BBC6 (or 0xA6BBC6) is known color: Heather. HEX triplet: A6, BB and C6. RGB value is (166,187,198). Sum of RGB (Red+Green+Blue) = 166+187+198=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 198 - color contains mainly: blue. Hex color #A6BBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBC6 is #594439. Grayscale: #B5B5B5. Windows color (decimal): -5850170 or 13024166. OLE color: 13024166.

HSL color Cylindrical-coordinate representation of color #A6BBC6: hue angle of 200.62º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6BBC6 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 187 198 -
CMYK 0.16 0.06 0 0.22
HSL 200.63º 0.22% 0.71% -
HSV(B) 200.63º 0.16% 0.78% -
XYZ 43.69 47.72 60.34 -
YUV 181.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 166 187 198 0.16 0.06 0 0.22 200.63 0.22 0.71
Hex A6 BB C6 10 6 0 16 C9 16 47
Octal 246 273 306 20 6 0 26 311 26 107
Binary 10100110 10111011 11000110 10000 110 0 10110 11001001 10110 1000111

Color Harmonies of #A6BBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BBC6

Black with #A6BBC6

Text Example


Text Example

White with #A6BBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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