#A8BDCA

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

Shades of Heather #A8BDCA

Tints of Heather #A8BDCA

Color information

#A8BDCA (or 0xA8BDCA) is unknown color: approx Heather. HEX triplet: A8, BD and CA. RGB value is (168,189,202). Sum of RGB (Red+Green+Blue) = 168+189+202=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDCA is #574235. Grayscale: #B8B8B8. Windows color (decimal): -5718582 or 13286824. OLE color: 13286824.

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

Color convert

RGB168189202-
CMYK0.170.0600.21
HSL202.94º24.29%72.55%-
HSV(B)202.94º16.83%79.22%-
XYZ45.0148.9862.96-
YUV184.2138.04116.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.05%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=30.05%
G=33.81%
B=36.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681892020.170.0600.21202.9424.2972.55
HexA8BDCA116015cb1849
Octal25027531221602531330111
Binary1010100010111101110010101000111001010111001011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BDCA; }

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

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

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

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

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

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

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

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