#A5BACB

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

Shades of Heather #A5BACB

Tints of Heather #A5BACB

Color information

#A5BACB (or 0xA5BACB) is unknown color: approx Heather. HEX triplet: A5, BA and CB. RGB value is (165,186,203). Sum of RGB (Red+Green+Blue) = 165+186+203=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BACB is #5A4534. Grayscale: #B5B5B5. Windows color (decimal): -5915957 or 13351589. OLE color: 13351589.

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

Color convert

RGB165186203-
CMYK0.190.0800.20
HSL206.84º26.76%72.16%-
HSV(B)206.84º18.72%79.61%-
XYZ43.8647.4363.34-
YUV181.66140.04116.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.78%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=29.78%
G=33.57%
B=36.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651862030.190.0800.20206.8426.7672.16
HexA5BACB138014cf1b48
Octal245272313231002431733110
Binary10100101101110101100101110011100001010011001111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BACB; }

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

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

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

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

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

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

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

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