Html Css Color HEX #ABB6BC Heather

📋 copy color: '#ABB6BC'

red 171 ◦ green 182 ◦ blue 188

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

Shades of Heather #ABB6BC

Tints of Heather #ABB6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.75%

R = 31.61%
G = 33.64%
B = 34.75%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABB6BC (or 0xABB6BC) is known color: Heather. HEX triplet: AB, B6 and BC. RGB value is (171,182,188). Sum of RGB (Red+Green+Blue) = 171+182+188=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6BC is #544943. Grayscale: #B3B3B3. Windows color (decimal): -5523780 or 12367531. OLE color: 12367531.

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

Color convert

RGB 171 182 188 -
CMYK 0.09 0.03 0 0.26
HSL 201.18º 0.11% 0.7% -
HSV(B) 201.18º 0.09% 0.74% -
XYZ 42.6 45.74 54.16 -
YUV 179.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 171 182 188 0.09 0.03 0 0.26 201.18 0.11 0.7
Hex AB B6 BC 9 3 0 1A C9 B 46
Octal 253 266 274 11 3 0 32 311 13 106
Binary 10101011 10110110 10111100 1001 11 0 11010 11001001 1011 1000110

Color Harmonies of #ABB6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB6BC

Black with #ABB6BC

Text Example


Text Example

White with #ABB6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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