#A8BCCA

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

Shades of Heather #A8BCCA

Tints of Heather #A8BCCA

Color information

#A8BCCA (or 0xA8BCCA) is unknown color: approx Heather. HEX triplet: A8, BC and CA. RGB value is (168,188,202). Sum of RGB (Red+Green+Blue) = 168+188+202=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCCA is #574335. Grayscale: #B7B7B7. Windows color (decimal): -5718838 or 13286568. OLE color: 13286568.

HSL color Cylindrical-coordinate representation of color #A8BCCA: hue angle of 204.71º 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 #A8BCCA is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168188202-
CMYK0.170.0700.21
HSL204.71º24.29%72.55%-
HSV(B)204.71º16.83%79.22%-
XYZ44.7948.5662.89-
YUV183.62138.37116.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=30.11%
G=33.69%
B=36.20%

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
Decimal1681882020.170.0700.21204.7124.2972.55
HexA8BCCA117015cd1849
Octal25027431221702531530111
Binary1010100010111100110010101000111101010111001101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCCA; }

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

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

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

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

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

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

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

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