Html Css Color HEX #ABB4BD Heather

📋 copy color: '#ABB4BD'

red 171 ◦ green 180 ◦ blue 189

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

Shades of Heather #ABB4BD

Tints of Heather #ABB4BD

RGB

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

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

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

R = 31.67%
G = 33.33%
B = 35%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABB4BD (or 0xABB4BD) is known color: Heather. HEX triplet: AB, B4 and BD. RGB value is (171,180,189). Sum of RGB (Red+Green+Blue) = 171+180+189=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABB4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4BD is #544B42. Grayscale: #B2B2B2. Windows color (decimal): -5524291 or 12432555. OLE color: 12432555.

HSL color Cylindrical-coordinate representation of color #ABB4BD: hue angle of 210º 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 #ABB4BD is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 180 189 -
CMYK 0.10 0.05 0 0.26
HSL 210º 0.12% 0.71% -
HSV(B) 210º 0.1% 0.74% -
XYZ 42.3 44.97 54.6 -
YUV 178.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 171 180 189 0.10 0.05 0 0.26 210 0.12 0.71
Hex AB B4 BD A 5 0 1A D2 C 47
Octal 253 264 275 12 5 0 32 322 14 107
Binary 10101011 10110100 10111101 1010 101 0 11010 11010010 1100 1000111

Color Harmonies of #ABB4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB4BD

Black with #ABB4BD

Text Example


Text Example

White with #ABB4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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