Html Css Color HEX #A0BBCB Heather

📋 copy color: '#A0BBCB'

red 160 ◦ green 187 ◦ blue 203

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

Shades of Heather #A0BBCB

Tints of Heather #A0BBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 29.09%
G = 34%
B = 36.91%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A0BBCB (or 0xA0BBCB) is known color: Heather. HEX triplet: A0, BB and CB. RGB value is (160,187,203). Sum of RGB (Red+Green+Blue) = 160+187+203=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBCB is #5F4434. Grayscale: #B4B4B4. Windows color (decimal): -6243381 or 13351840. OLE color: 13351840.

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

Color convert

RGB 160 187 203 -
CMYK 0.21 0.08 0 0.20
HSL 202.33º 0.29% 0.71% -
HSV(B) 202.33º 0.21% 0.8% -
XYZ 43.05 47.33 63.37 -
YUV 180.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 160 187 203 0.21 0.08 0 0.20 202.33 0.29 0.71
Hex A0 BB CB 15 8 0 14 CA 1D 47
Octal 240 273 313 25 10 0 24 312 35 107
Binary 10100000 10111011 11001011 10101 1000 0 10100 11001010 11101 1000111

Color Harmonies of #A0BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBCB

Black with #A0BBCB

Text Example


Text Example

White with #A0BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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