#A8BBCA

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

Shades of Heather #A8BBCA

Tints of Heather #A8BBCA

Color information

#A8BBCA (or 0xA8BBCA) is unknown color: approx Heather. HEX triplet: A8, BB and CA. RGB value is (168,187,202). Sum of RGB (Red+Green+Blue) = 168+187+202=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBCA is #574435. Grayscale: #B6B6B6. Windows color (decimal): -5719094 or 13286312. OLE color: 13286312.

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

Color convert

RGB168187202-
CMYK0.170.0700.21
HSL206.47º24.29%72.55%-
HSV(B)206.47º16.83%79.22%-
XYZ44.5848.1362.82-
YUV183.03138.71117.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.16%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=30.16%
G=33.57%
B=36.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681872020.170.0700.21206.4724.2972.55
HexA8BBCA117015ce1849
Octal25027331221702531630111
Binary1010100010111011110010101000111101010111001110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBCA; }

 p { color: rgb(168,187,202); }

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

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

 a { background-color: rgb(168,187,202); }

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

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

 span { border-color: rgb(168,187,202); }

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