#A4BEC4

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

Shades of Heather #A4BEC4

Tints of Heather #A4BEC4

Color information

#A4BEC4 (or 0xA4BEC4) is unknown color: approx Heather. HEX triplet: A4, BE and C4. RGB value is (164,190,196). Sum of RGB (Red+Green+Blue) = 164+190+196=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 196 - color contains mainly: blue. Hex color #A4BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BEC4 is #5B413B. Grayscale: #B6B6B6. Windows color (decimal): -5980476 or 12893860. OLE color: 12893860.

HSL color Cylindrical-coordinate representation of color #A4BEC4: hue angle of 191.25º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4BEC4 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164190196-
CMYK0.160.0300.23
HSL191.25º21.33%70.59%-
HSV(B)191.25º16.33%76.86%-
XYZ43.6948.759.32-
YUV182.91135.39114.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.82%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=29.82%
G=34.55%
B=35.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641901960.160.0300.23191.2521.3370.59
HexA4BEC4103017bf1547
Octal24427630420302727725107
Binary101001001011111011000100100001101011110111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEC4; }

 p { color: rgb(164,190,196); }

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

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

 a { background-color: rgb(164,190,196); }

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

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

 span { border-color: rgb(164,190,196); }

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