#A4BCCF

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

Shades of Heather #A4BCCF

Tints of Heather #A4BCCF

Color information

#A4BCCF (or 0xA4BCCF) is unknown color: approx Heather. HEX triplet: A4, BC and CF. RGB value is (164,188,207). Sum of RGB (Red+Green+Blue) = 164+188+207=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCCF is #5B4330. Grayscale: #B6B6B6. Windows color (decimal): -5980977 or 13614244. OLE color: 13614244.

HSL color Cylindrical-coordinate representation of color #A4BCCF: hue angle of 206.51º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4BCCF is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164188207-
CMYK0.210.0900.19
HSL206.51º30.94%72.75%-
HSV(B)206.51º20.77%81.18%-
XYZ44.5648.3666.02-
YUV182.99141.55114.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.34%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=29.34%
G=33.63%
B=37.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641882070.210.0900.19206.5130.9472.75
HexA4BCCF159013cf1f49
Octal244274317251102331737111
Binary10100100101111001100111110101100101001111001111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCCF; }

 p { color: rgb(164,188,207); }

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

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

 a { background-color: rgb(164,188,207); }

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

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

 span { border-color: rgb(164,188,207); }

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