#A0BCCB

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

Shades of Heather #A0BCCB

Tints of Heather #A0BCCB

Color information

#A0BCCB (or 0xA0BCCB) is unknown color: approx Heather. HEX triplet: A0, BC and CB. RGB value is (160,188,203). Sum of RGB (Red+Green+Blue) = 160+188+203=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCCB is #5F4334. Grayscale: #B5B5B5. Windows color (decimal): -6243125 or 13352096. OLE color: 13352096.

HSL color Cylindrical-coordinate representation of color #A0BCCB: hue angle of 200.93º 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 #A0BCCB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160188203-
CMYK0.210.0700.20
HSL200.93º29.25%71.18%-
HSV(B)200.93º21.18%79.61%-
XYZ43.2647.7563.44-
YUV181.34140.22112.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=29.04%
G=34.12%
B=36.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601882030.210.0700.20200.9329.2571.18
HexA0BCCB157014c91d47
Octal24027431325702431135107
Binary1010000010111100110010111010111101010011001001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCCB; }

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

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

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

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

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

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

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

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