#A4BCCA

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

Shades of Heather #A4BCCA

Tints of Heather #A4BCCA

Color information

#A4BCCA (or 0xA4BCCA) is unknown color: approx Heather. HEX triplet: A4, BC and CA. RGB value is (164,188,202). Sum of RGB (Red+Green+Blue) = 164+188+202=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCCA is #5B4335. Grayscale: #B6B6B6. Windows color (decimal): -5980982 or 13286564. OLE color: 13286564.

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

Color convert

RGB164188202-
CMYK0.190.0700.21
HSL202.11º26.39%71.76%-
HSV(B)202.11º18.81%79.22%-
XYZ43.9548.1262.85-
YUV182.42139.05114.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.60%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=29.60%
G=33.94%
B=36.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641882020.190.0700.21202.1126.3971.76
HexA4BCCA137015ca1a48
Octal24427431223702531232110
Binary1010010010111100110010101001111101010111001010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCCA; }

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

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

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

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

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

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

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

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