Html Css Color HEX #ABC3CA Heather

📋 copy color: '#ABC3CA'

red 171 ◦ green 195 ◦ blue 202

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

Shades of Heather #ABC3CA

Tints of Heather #ABC3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.33%

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

R = 30.11%
G = 34.33%
B = 35.56%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABC3CA (or 0xABC3CA) is known color: Heather. HEX triplet: AB, C3 and CA. RGB value is (171,195,202). Sum of RGB (Red+Green+Blue) = 171+195+202=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3CA is #543C35. Grayscale: #BCBCBC. Windows color (decimal): -5520438 or 13288363. OLE color: 13288363.

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

Color convert

RGB 171 195 202 -
CMYK 0.15 0.03 0 0.21
HSL 193.55º 0.23% 0.73% -
HSV(B) 193.55º 0.15% 0.79% -
XYZ 46.97 51.95 63.43 -
YUV 188.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 171 195 202 0.15 0.03 0 0.21 193.55 0.23 0.73
Hex AB C3 CA F 3 0 15 C2 17 49
Octal 253 303 312 17 3 0 25 302 27 111
Binary 10101011 11000011 11001010 1111 11 0 10101 11000010 10111 1001001

Color Harmonies of #ABC3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC3CA

Black with #ABC3CA

Text Example


Text Example

White with #ABC3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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