#A0BFCD

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

Shades of Heather #A0BFCD

Tints of Heather #A0BFCD

Color information

#A0BFCD (or 0xA0BFCD) is unknown color: approx Heather. HEX triplet: A0, BF and CD. RGB value is (160,191,205). Sum of RGB (Red+Green+Blue) = 160+191+205=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFCD is #5F4032. Grayscale: #B7B7B7. Windows color (decimal): -6242355 or 13483936. OLE color: 13483936.

HSL color Cylindrical-coordinate representation of color #A0BFCD: hue angle of 198.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0BFCD is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160191205-
CMYK0.220.0700.20
HSL198.67º31.03%71.57%-
HSV(B)198.67º21.95%80.39%-
XYZ44.1549.1464.92-
YUV183.33140.23111.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.78%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=28.78%
G=34.35%
B=36.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601912050.220.0700.20198.6731.0371.57
HexA0BFCD167014c71f48
Octal24027731526702430737110
Binary1010000010111111110011011011011101010011000111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFCD; }

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

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

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

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

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

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

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

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