#A0BFCB

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

Shades of Heather #A0BFCB

Tints of Heather #A0BFCB

Color information

#A0BFCB (or 0xA0BFCB) is unknown color: approx Heather. HEX triplet: A0, BF and CB. RGB value is (160,191,203). Sum of RGB (Red+Green+Blue) = 160+191+203=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 191 (75% from 255 or 34.48% 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 #A0BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFCB is #5F4034. Grayscale: #B7B7B7. Windows color (decimal): -6242357 or 13352864. OLE color: 13352864.

HSL color Cylindrical-coordinate representation of color #A0BFCB: hue angle of 196.74º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0BFCB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160191203-
CMYK0.210.0600.20
HSL196.74º29.25%71.18%-
HSV(B)196.74º21.18%79.61%-
XYZ43.9149.0563.65-
YUV183.1139.23111.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=28.88%
G=34.48%
B=36.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601912030.210.0600.20196.7429.2571.18
HexA0BFCB156014c51d47
Octal24027731325602430535107
Binary1010000010111111110010111010111001010011000101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFCB; }

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

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

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

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

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

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

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

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