#A0BFCA

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

Shades of Heather #A0BFCA

Tints of Heather #A0BFCA

Color information

#A0BFCA (or 0xA0BFCA) is unknown color: approx Heather. HEX triplet: A0, BF and CA. RGB value is (160,191,202). Sum of RGB (Red+Green+Blue) = 160+191+202=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFCA is #5F4035. Grayscale: #B6B6B6. Windows color (decimal): -6242358 or 13287328. OLE color: 13287328.

HSL color Cylindrical-coordinate representation of color #A0BFCA: hue angle of 195.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0BFCA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160191202-
CMYK0.210.0500.21
HSL195.71º28.38%70.98%-
HSV(B)195.71º20.79%79.22%-
XYZ43.794963.03-
YUV182.98138.73111.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.93%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=28.93%
G=34.54%
B=36.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601912020.210.0500.21195.7128.3870.98
HexA0BFCA155015c41c47
Octal24027731225502530434107
Binary1010000010111111110010101010110101010111000100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFCA; }

 p { color: rgb(160,191,202); }

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

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

 a { background-color: rgb(160,191,202); }

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

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

 span { border-color: rgb(160,191,202); }

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