Html Css Color HEX #ABB6BD Heather

📋 copy color: '#ABB6BD'

red 171 ◦ green 182 ◦ blue 189

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

Shades of Heather #ABB6BD

Tints of Heather #ABB6BD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.58%

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 31.55%
G = 33.58%
B = 34.87%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABB6BD (or 0xABB6BD) is known color: Heather. HEX triplet: AB, B6 and BD. RGB value is (171,182,189). Sum of RGB (Red+Green+Blue) = 171+182+189=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABB6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6BD is #544942. Grayscale: #B3B3B3. Windows color (decimal): -5523779 or 12433067. OLE color: 12433067.

HSL color Cylindrical-coordinate representation of color #ABB6BD: hue angle of 203.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB6BD is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 182 189 -
CMYK 0.10 0.04 0 0.26
HSL 203.33º 0.12% 0.71% -
HSV(B) 203.33º 0.1% 0.74% -
XYZ 42.71 45.79 54.73 -
YUV 179.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 171 182 189 0.10 0.04 0 0.26 203.33 0.12 0.71
Hex AB B6 BD A 4 0 1A CB C 47
Octal 253 266 275 12 4 0 32 313 14 107
Binary 10101011 10110110 10111101 1010 100 0 11010 11001011 1100 1000111

Color Harmonies of #ABB6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB6BD

Black with #ABB6BD

Text Example


Text Example

White with #ABB6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB6BD; }

 p { color: rgb(171,182,189); }

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

background-color css

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

 a { background-color: rgb(171,182,189); }

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

border-color css

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

 span { border-color: rgb(171,182,189); }

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