Html Css Color HEX #A0BCCC Heather

📋 copy color: '#A0BCCC'

red 160 ◦ green 188 ◦ blue 204

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

Shades of Heather #A0BCCC

Tints of Heather #A0BCCC

RGB

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

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

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

R = 28.99%
G = 34.06%
B = 36.96%

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

#A0BCCC (or 0xA0BCCC) is known color: Heather. HEX triplet: A0, BC and CC. RGB value is (160,188,204). Sum of RGB (Red+Green+Blue) = 160+188+204=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCCC is #5F4333. Grayscale: #B5B5B5. Windows color (decimal): -6243124 or 13417632. OLE color: 13417632.

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

Color convert

RGB 160 188 204 -
CMYK 0.22 0.08 0 0.2
HSL 201.82º 0.3% 0.71% -
HSV(B) 201.82º 0.22% 0.8% -
XYZ 43.38 47.8 64.07 -
YUV 181.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 160 188 204 0.22 0.08 0 0.2 201.82 0.3 0.71
Hex A0 BC CC 16 8 0 14 CA 1E 47
Octal 240 274 314 26 10 0 24 312 36 107
Binary 10100000 10111100 11001100 10110 1000 0 10100 11001010 11110 1000111

Color Harmonies of #A0BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCCC

Black with #A0BCCC

Text Example


Text Example

White with #A0BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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