#A6BBCB

Color #A6BBCB Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #A6BBCB

Tints of Heather #A6BBCB

Color information

#A6BBCB (or 0xA6BBCB) is unknown color: approx Heather. HEX triplet: A6, BB and CB. RGB value is (166,187,203). Sum of RGB (Red+Green+Blue) = 166+187+203=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #A6BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBCB is #594434. Grayscale: #B6B6B6. Windows color (decimal): -5850165 or 13351846. OLE color: 13351846.

HSL color Cylindrical-coordinate representation of color #A6BBCB: hue angle of 205.95º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6BBCB is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166187203-
CMYK0.180.0800.20
HSL205.95º26.24%72.35%-
HSV(B)205.95º18.23%79.61%-
XYZ44.2847.9663.42-
YUV182.54139.54116.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.86%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=29.86%
G=33.63%
B=36.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661872030.180.0800.20205.9526.2472.35
HexA6BBCB128014ce1a48
Octal246273313221002431632110
Binary10100110101110111100101110010100001010011001110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBCB; }

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

 H1.HeaderClassName
 {
   color: #A6BBCB;
 }
 .AnyTagClassName
 {
   color: #A6BBCB;
 }
</style>
background-color css

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

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

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

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

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

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