Html Css Color HEX #ABBBC0 Heather

📋 copy color: '#ABBBC0'

red 171 ◦ green 187 ◦ blue 192

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

Shades of Heather #ABBBC0

Tints of Heather #ABBBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34%

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

R = 31.09%
G = 34%
B = 34.91%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABBBC0 (or 0xABBBC0) is known color: Heather. HEX triplet: AB, BB and C0. RGB value is (171,187,192). Sum of RGB (Red+Green+Blue) = 171+187+192=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABBBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBC0 is #54443F. Grayscale: #B6B6B6. Windows color (decimal): -5522496 or 12630955. OLE color: 12630955.

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

Color convert

RGB 171 187 192 -
CMYK 0.11 0.03 0 0.25
HSL 194.29º 0.14% 0.71% -
HSV(B) 194.29º 0.11% 0.75% -
XYZ 44.08 48 56.81 -
YUV 182.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 171 187 192 0.11 0.03 0 0.25 194.29 0.14 0.71
Hex AB BB C0 B 3 0 19 C2 E 47
Octal 253 273 300 13 3 0 31 302 16 107
Binary 10101011 10111011 11000000 1011 11 0 11001 11000010 1110 1000111

Color Harmonies of #ABBBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBC0

Black with #ABBBC0

Text Example


Text Example

White with #ABBBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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