Html Css Color HEX #ABB4BB Heather

📋 copy color: '#ABB4BB'

red 171 ◦ green 180 ◦ blue 187

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

Shades of Heather #ABB4BB

Tints of Heather #ABB4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.46%

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 31.78%
G = 33.46%
B = 34.76%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABB4BB (or 0xABB4BB) is known color: Heather. HEX triplet: AB, B4 and BB. RGB value is (171,180,187). Sum of RGB (Red+Green+Blue) = 171+180+187=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABB4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4BB is #544B44. Grayscale: #B2B2B2. Windows color (decimal): -5524293 or 12301483. OLE color: 12301483.

HSL color Cylindrical-coordinate representation of color #ABB4BB: hue angle of 206.25º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABB4BB is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 180 187 -
CMYK 0.09 0.04 0 0.27
HSL 206.25º 0.11% 0.7% -
HSV(B) 206.25º 0.09% 0.73% -
XYZ 42.09 44.89 53.46 -
YUV 178.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 171 180 187 0.09 0.04 0 0.27 206.25 0.11 0.7
Hex AB B4 BB 9 4 0 1B CE B 46
Octal 253 264 273 11 4 0 33 316 13 106
Binary 10101011 10110100 10111011 1001 100 0 11011 11001110 1011 1000110

Color Harmonies of #ABB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB4BB

Black with #ABB4BB

Text Example


Text Example

White with #ABB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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