Html Css Color HEX #ABC4CB Heather

📋 copy color: '#ABC4CB'

red 171 ◦ green 196 ◦ blue 203

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

Shades of Heather #ABC4CB

Tints of Heather #ABC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.39%

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

R = 30%
G = 34.39%
B = 35.61%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABC4CB (or 0xABC4CB) is known color: Heather. HEX triplet: AB, C4 and CB. RGB value is (171,196,203). Sum of RGB (Red+Green+Blue) = 171+196+203=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABC4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4CB is #543B34. Grayscale: #BDBDBD. Windows color (decimal): -5520181 or 13354155. OLE color: 13354155.

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

Color convert

RGB 171 196 203 -
CMYK 0.16 0.03 0 0.20
HSL 193.13º 0.24% 0.73% -
HSV(B) 193.13º 0.16% 0.8% -
XYZ 47.31 52.45 64.13 -
YUV 189.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 171 196 203 0.16 0.03 0 0.20 193.13 0.24 0.73
Hex AB C4 CB 10 3 0 14 C1 18 49
Octal 253 304 313 20 3 0 24 301 30 111
Binary 10101011 11000100 11001011 10000 11 0 10100 11000001 11000 1001001

Color Harmonies of #ABC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC4CB

Black with #ABC4CB

Text Example


Text Example

White with #ABC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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