Html Css Color HEX #ABB8C1 Heather

📋 copy color: '#ABB8C1'

red 171 ◦ green 184 ◦ blue 193

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

Shades of Heather #ABB8C1

Tints of Heather #ABB8C1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.58%

 BLUE value IS 193 (75.78% from 255) = 35.22%

R = 31.2%
G = 33.58%
B = 35.22%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABB8C1 (or 0xABB8C1) is known color: Heather. HEX triplet: AB, B8 and C1. RGB value is (171,184,193). Sum of RGB (Red+Green+Blue) = 171+184+193=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABB8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8C1 is #54473E. Grayscale: #B5B5B5. Windows color (decimal): -5523263 or 12695723. OLE color: 12695723.

HSL color Cylindrical-coordinate representation of color #ABB8C1: hue angle of 204.55º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABB8C1 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 184 193 -
CMYK 0.11 0.05 0 0.24
HSL 204.55º 0.15% 0.71% -
HSV(B) 204.55º 0.11% 0.76% -
XYZ 43.56 46.79 57.19 -
YUV 181.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 171 184 193 0.11 0.05 0 0.24 204.55 0.15 0.71
Hex AB B8 C1 B 5 0 18 CD F 47
Octal 253 270 301 13 5 0 30 315 17 107
Binary 10101011 10111000 11000001 1011 101 0 11000 11001101 1111 1000111

Color Harmonies of #ABB8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB8C1

Black with #ABB8C1

Text Example


Text Example

White with #ABB8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB8C1; }

 p { color: rgb(171,184,193); }

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

background-color css

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

 a { background-color: rgb(171,184,193); }

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

border-color css

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

 span { border-color: rgb(171,184,193); }

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