Html Css Color HEX #A0BCCE Heather

📋 copy color: '#A0BCCE'

red 160 ◦ green 188 ◦ blue 206

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

Shades of Heather #A0BCCE

Tints of Heather #A0BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.94%

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 28.88%
G = 33.94%
B = 37.18%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A0BCCE (or 0xA0BCCE) is known color: Heather. HEX triplet: A0, BC and CE. RGB value is (160,188,206). Sum of RGB (Red+Green+Blue) = 160+188+206=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCCE is #5F4331. Grayscale: #B5B5B5. Windows color (decimal): -6243122 or 13548704. OLE color: 13548704.

HSL color Cylindrical-coordinate representation of color #A0BCCE: hue angle of 203.48º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0BCCE is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 188 206 -
CMYK 0.22 0.09 0 0.19
HSL 203.48º 0.32% 0.72% -
HSV(B) 203.48º 0.22% 0.81% -
XYZ 43.62 47.9 65.34 -
YUV 181.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 160 188 206 0.22 0.09 0 0.19 203.48 0.32 0.72
Hex A0 BC CE 16 9 0 13 CB 20 48
Octal 240 274 316 26 11 0 23 313 40 110
Binary 10100000 10111100 11001110 10110 1001 0 10011 11001011 100000 1001000

Color Harmonies of #A0BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCCE

Black with #A0BCCE

Text Example


Text Example

White with #A0BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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