#A5BFCE

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

Shades of Heather #A5BFCE

Tints of Heather #A5BFCE

Color information

#A5BFCE (or 0xA5BFCE) is unknown color: approx Heather. HEX triplet: A5, BF and CE. RGB value is (165,191,206). Sum of RGB (Red+Green+Blue) = 165+191+206=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #A5BFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFCE is #5A4031. Grayscale: #B8B8B8. Windows color (decimal): -5914674 or 13549477. OLE color: 13549477.

HSL color Cylindrical-coordinate representation of color #A5BFCE: hue angle of 201.95º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5BFCE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165191206-
CMYK0.200.0700.19
HSL201.95º29.5%72.75%-
HSV(B)201.95º19.9%80.78%-
XYZ45.2949.7265.6-
YUV184.94139.89113.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.36%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=29.36%
G=33.99%
B=36.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651912060.200.0700.19201.9529.572.75
HexA5BFCE147013ca1d49
Octal24527731624702331235111
Binary1010010110111111110011101010011101001111001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFCE; }

 p { color: rgb(165,191,206); }

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

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

 a { background-color: rgb(165,191,206); }

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

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

 span { border-color: rgb(165,191,206); }

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