Html Css Color HEX #A0BBCC Heather

📋 copy color: '#A0BBCC'

red 160 ◦ green 187 ◦ blue 204

#A0BBCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #A0BBCC

Tints of Heather #A0BBCC

RGB

 RED value IS 160 (62.89% from 255) = 29.04%

 GREEN value IS 187 (73.44% from 255) = 33.94%

 BLUE value IS 204 (80.08% from 255) = 37.02%

R = 29.04%
G = 33.94%
B = 37.02%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A0BBCC (or 0xA0BBCC) is known color: Heather. HEX triplet: A0, BB and CC. RGB value is (160,187,204). Sum of RGB (Red+Green+Blue) = 160+187+204=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBCC is #5F4433. Grayscale: #B4B4B4. Windows color (decimal): -6243380 or 13417376. OLE color: 13417376.

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

Color convert

RGB 160 187 204 -
CMYK 0.22 0.08 0 0.2
HSL 203.18º 0.3% 0.71% -
HSV(B) 203.18º 0.22% 0.8% -
XYZ 43.17 47.37 64 -
YUV 180.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 160 187 204 0.22 0.08 0 0.2 203.18 0.3 0.71
Hex A0 BB CC 16 8 0 14 CB 1E 47
Octal 240 273 314 26 10 0 24 313 36 107
Binary 10100000 10111011 11001100 10110 1000 0 10100 11001011 11110 1000111

Color Harmonies of #A0BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBCC

Black with #A0BBCC

Text Example


Text Example

White with #A0BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBCC; }

 p { color: rgb(160,187,204); }

 H1.HeaderClassName
 {
   color: #A0BBCC;
 }
 .AnyTagClassName
 {
   color: #A0BBCC;
 }
</style>

background-color css

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

 a { background-color: rgb(160,187,204); }

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

border-color css

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

 span { border-color: rgb(160,187,204); }

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