#A4BBCD

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

Shades of Heather #A4BBCD

Tints of Heather #A4BBCD

Color information

#A4BBCD (or 0xA4BBCD) is unknown color: approx Heather. HEX triplet: A4, BB and CD. RGB value is (164,187,205). Sum of RGB (Red+Green+Blue) = 164+187+205=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBCD is #5B4432. Grayscale: #B6B6B6. Windows color (decimal): -5981235 or 13482916. OLE color: 13482916.

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

Color convert

RGB164187205-
CMYK0.20.0900.20
HSL206.34º29.08%72.35%-
HSV(B)206.34º20%80.39%-
XYZ44.147.8464.67-
YUV182.18140.88115.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.50%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=29.50%
G=33.63%
B=36.87%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641872050.20.0900.20206.3429.0872.35
HexA4BBCD149014ce1d48
Octal244273315241102431635110
Binary10100100101110111100110110100100101010011001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBCD; }

 p { color: rgb(164,187,205); }

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

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

 a { background-color: rgb(164,187,205); }

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

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

 span { border-color: rgb(164,187,205); }

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