#A5BAC8

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

Shades of Heather #A5BAC8

Tints of Heather #A5BAC8

Color information

#A5BAC8 (or 0xA5BAC8) is unknown color: approx Heather. HEX triplet: A5, BA and C8. RGB value is (165,186,200). Sum of RGB (Red+Green+Blue) = 165+186+200=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #A5BAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BAC8 is #5A4537. Grayscale: #B5B5B5. Windows color (decimal): -5915960 or 13154981. OLE color: 13154981.

HSL color Cylindrical-coordinate representation of color #A5BAC8: hue angle of 204º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5BAC8 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB165186200-
CMYK0.180.0700.22
HSL204º24.14%71.57%-
HSV(B)204º17.5%78.43%-
XYZ43.547.2961.48-
YUV181.32138.54116.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 200 (78.52% from 255) = 36.30%
R=29.95%
G=33.76%
B=36.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651862000.180.0700.2220424.1471.57
HexA5BAC8127016cc1848
Octal24527231022702631430110
Binary1010010110111010110010001001011101011011001100110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BAC8; }

 p { color: rgb(165,186,200); }

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

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

 a { background-color: rgb(165,186,200); }

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

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

 span { border-color: rgb(165,186,200); }

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