Html Css Color HEX #ABC0CA Heather

📋 copy color: '#ABC0CA'

red 171 ◦ green 192 ◦ blue 202

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

Shades of Heather #ABC0CA

Tints of Heather #ABC0CA

RGB

 RED value IS 171 (67.19% from 255) = 30.27%

 GREEN value IS 192 (75.39% from 255) = 33.98%

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

R = 30.27%
G = 33.98%
B = 35.75%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABC0CA (or 0xABC0CA) is known color: Heather. HEX triplet: AB, C0 and CA. RGB value is (171,192,202). Sum of RGB (Red+Green+Blue) = 171+192+202=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0CA is #543F35. Grayscale: #BABABA. Windows color (decimal): -5521206 or 13287595. OLE color: 13287595.

HSL color Cylindrical-coordinate representation of color #ABC0CA: hue angle of 199.35º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC0CA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 192 202 -
CMYK 0.15 0.05 0 0.21
HSL 199.35º 0.23% 0.73% -
HSV(B) 199.35º 0.15% 0.79% -
XYZ 46.3 50.62 63.21 -
YUV 186.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 171 192 202 0.15 0.05 0 0.21 199.35 0.23 0.73
Hex AB C0 CA F 5 0 15 C7 17 49
Octal 253 300 312 17 5 0 25 307 27 111
Binary 10101011 11000000 11001010 1111 101 0 10101 11000111 10111 1001001

Color Harmonies of #ABC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0CA

Black with #ABC0CA

Text Example


Text Example

White with #ABC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0CA; }

 p { color: rgb(171,192,202); }

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

background-color css

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

 a { background-color: rgb(171,192,202); }

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

border-color css

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

 span { border-color: rgb(171,192,202); }

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