#a0bfc8

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

Shades of Heather #A0BFC8

Tints of Heather #A0BFC8

Color information

#A0BFC8 (or 0xA0BFC8) is unknown color: approx Heather. HEX triplet: A0, BF and C8. RGB value is (160,191,200). Sum of RGB (Red+Green+Blue) = 160+191+200=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #A0BFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFC8 is #5F4037. Grayscale: #B6B6B6. Windows color (decimal): -6242360 or 13156256. OLE color: 13156256.

HSL color Cylindrical-coordinate representation of color #A0BFC8: hue angle of 193.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0BFC8 is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB160191200-
CMYK0.20.0400.22
HSL193.5º26.67%70.59%-
HSV(B)193.5º20%78.43%-
XYZ43.5548.9161.79-
YUV182.76137.73111.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 200 (78.52% from 255) = 36.30%
R=29.04%
G=34.66%
B=36.30%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601912000.20.0400.22193.526.6770.59
HexA0BFC8144016c21b47
Octal24027731024402630233107
Binary1010000010111111110010001010010001011011000010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0bfc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0bfc8; }

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

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

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

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

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

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

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

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