Html Css Color HEX #ABC3CB Heather

📋 copy color: '#ABC3CB'

red 171 ◦ green 195 ◦ blue 203

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

Shades of Heather #ABC3CB

Tints of Heather #ABC3CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 30.05%
G = 34.27%
B = 35.68%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABC3CB (or 0xABC3CB) is known color: Heather. HEX triplet: AB, C3 and CB. RGB value is (171,195,203). Sum of RGB (Red+Green+Blue) = 171+195+203=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABC3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3CB is #543C34. Grayscale: #BCBCBC. Windows color (decimal): -5520437 or 13353899. OLE color: 13353899.

HSL color Cylindrical-coordinate representation of color #ABC3CB: hue angle of 195º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABC3CB is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 195 203 -
CMYK 0.16 0.04 0 0.20
HSL 195º 0.24% 0.73% -
HSV(B) 195º 0.16% 0.8% -
XYZ 47.09 52 64.06 -
YUV 188.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 171 195 203 0.16 0.04 0 0.20 195 0.24 0.73
Hex AB C3 CB 10 4 0 14 C3 18 49
Octal 253 303 313 20 4 0 24 303 30 111
Binary 10101011 11000011 11001011 10000 100 0 10100 11000011 11000 1001001

Color Harmonies of #ABC3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC3CB

Black with #ABC3CB

Text Example


Text Example

White with #ABC3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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