#A5BBC8

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

Shades of Heather #A5BBC8

Tints of Heather #A5BBC8

Color information

#A5BBC8 (or 0xA5BBC8) is unknown color: approx Heather. HEX triplet: A5, BB and C8. RGB value is (165,187,200). Sum of RGB (Red+Green+Blue) = 165+187+200=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 200 - color contains mainly: blue. Hex color #A5BBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBC8 is #5A4437. Grayscale: #B5B5B5. Windows color (decimal): -5915704 or 13155237. OLE color: 13155237.

HSL color Cylindrical-coordinate representation of color #A5BBC8: hue angle of 202.29º 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 #A5BBC8 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB165187200-
CMYK0.180.0600.22
HSL202.29º24.14%71.57%-
HSV(B)202.29º17.5%78.43%-
XYZ43.7147.7161.55-
YUV181.9138.21115.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.89%
GREEN value IS 187 (73.44% from 255) = 33.88%
BLUE value IS 200 (78.52% from 255) = 36.23%
R=29.89%
G=33.88%
B=36.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651872000.180.0600.22202.2924.1471.57
HexA5BBC8126016ca1848
Octal24527331022602631230110
Binary1010010110111011110010001001011001011011001010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBC8; }

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

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

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

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

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

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

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

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