Html Css Color HEX #ABC1CB Heather

📋 copy color: '#ABC1CB'

red 171 ◦ green 193 ◦ blue 203

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

Shades of Heather #ABC1CB

Tints of Heather #ABC1CB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.04%

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

R = 30.16%
G = 34.04%
B = 35.8%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABC1CB (or 0xABC1CB) is known color: Heather. HEX triplet: AB, C1 and CB. RGB value is (171,193,203). Sum of RGB (Red+Green+Blue) = 171+193+203=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABC1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1CB is #543E34. Grayscale: #BBBBBB. Windows color (decimal): -5520949 or 13353387. OLE color: 13353387.

HSL color Cylindrical-coordinate representation of color #ABC1CB: hue angle of 198.75º 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 #ABC1CB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 193 203 -
CMYK 0.16 0.05 0 0.20
HSL 198.75º 0.24% 0.73% -
HSV(B) 198.75º 0.16% 0.8% -
XYZ 46.64 51.11 63.91 -
YUV 187.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 171 193 203 0.16 0.05 0 0.20 198.75 0.24 0.73
Hex AB C1 CB 10 5 0 14 C7 18 49
Octal 253 301 313 20 5 0 24 307 30 111
Binary 10101011 11000001 11001011 10000 101 0 10100 11000111 11000 1001001

Color Harmonies of #ABC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC1CB

Black with #ABC1CB

Text Example


Text Example

White with #ABC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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