Html Css Color HEX #A0BACA Heather

📋 copy color: '#A0BACA'

red 160 ◦ green 186 ◦ blue 202

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

Shades of Heather #A0BACA

Tints of Heather #A0BACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.94%

 BLUE value IS 202 (79.3% from 255) = 36.86%

R = 29.2%
G = 33.94%
B = 36.86%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A0BACA (or 0xA0BACA) is known color: Heather. HEX triplet: A0, BA and CA. RGB value is (160,186,202). Sum of RGB (Red+Green+Blue) = 160+186+202=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BACA is #5F4535. Grayscale: #B3B3B3. Windows color (decimal): -6243638 or 13286048. OLE color: 13286048.

HSL color Cylindrical-coordinate representation of color #A0BACA: hue angle of 202.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0BACA is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 186 202 -
CMYK 0.21 0.08 0 0.21
HSL 202.86º 0.28% 0.71% -
HSV(B) 202.86º 0.21% 0.79% -
XYZ 42.72 46.86 62.67 -
YUV 180.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 160 186 202 0.21 0.08 0 0.21 202.86 0.28 0.71
Hex A0 BA CA 15 8 0 15 CB 1C 47
Octal 240 272 312 25 10 0 25 313 34 107
Binary 10100000 10111010 11001010 10101 1000 0 10101 11001011 11100 1000111

Color Harmonies of #A0BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BACA

Black with #A0BACA

Text Example


Text Example

White with #A0BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BACA; }

 p { color: rgb(160,186,202); }

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

background-color css

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

 a { background-color: rgb(160,186,202); }

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

border-color css

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

 span { border-color: rgb(160,186,202); }

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