#A5C2CB

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

Shades of Heather #A5C2CB

Tints of Heather #A5C2CB

Color information

#A5C2CB (or 0xA5C2CB) is unknown color: approx Heather. HEX triplet: A5, C2 and CB. RGB value is (165,194,203). Sum of RGB (Red+Green+Blue) = 165+194+203=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5C2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C2CB is #5A3D34. Grayscale: #BABABA. Windows color (decimal): -5913909 or 13353637. OLE color: 13353637.

HSL color Cylindrical-coordinate representation of color #A5C2CB: hue angle of 194.21º 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 #A5C2CB is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165194203-
CMYK0.190.0400.20
HSL194.21º26.76%72.16%-
HSV(B)194.21º18.72%79.61%-
XYZ45.5950.8963.92-
YUV186.36137.39112.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.36%
GREEN value IS 194 (76.17% from 255) = 34.52%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=29.36%
G=34.52%
B=36.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651942030.190.0400.20194.2126.7672.16
HexA5C2CB134014c21b48
Octal24530231323402430233110
Binary1010010111000010110010111001110001010011000010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C2CB; }

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

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

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

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

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

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

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

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