Html Css Color HEX #ABB5C0 Heather

📋 copy color: '#ABB5C0'

red 171 ◦ green 181 ◦ blue 192

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

Shades of Heather #ABB5C0

Tints of Heather #ABB5C0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.27%

 BLUE value IS 192 (75.39% from 255) = 35.29%

R = 31.43%
G = 33.27%
B = 35.29%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABB5C0 (or 0xABB5C0) is known color: Heather. HEX triplet: AB, B5 and C0. RGB value is (171,181,192). Sum of RGB (Red+Green+Blue) = 171+181+192=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABB5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB5C0 is #544A3F. Grayscale: #B3B3B3. Windows color (decimal): -5524032 or 12629419. OLE color: 12629419.

HSL color Cylindrical-coordinate representation of color #ABB5C0: hue angle of 211.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABB5C0 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 181 192 -
CMYK 0.11 0.06 0 0.25
HSL 211.43º 0.14% 0.71% -
HSV(B) 211.43º 0.11% 0.75% -
XYZ 42.83 45.51 56.4 -
YUV 179.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 171 181 192 0.11 0.06 0 0.25 211.43 0.14 0.71
Hex AB B5 C0 B 6 0 19 D3 E 47
Octal 253 265 300 13 6 0 31 323 16 107
Binary 10101011 10110101 11000000 1011 110 0 11001 11010011 1110 1000111

Color Harmonies of #ABB5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB5C0

Black with #ABB5C0

Text Example


Text Example

White with #ABB5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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