Html Css Color HEX #ABB8C3 Heather

📋 copy color: '#ABB8C3'

red 171 ◦ green 184 ◦ blue 195

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

Shades of Heather #ABB8C3

Tints of Heather #ABB8C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.45%

R = 31.09%
G = 33.45%
B = 35.45%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ABB8C3 (or 0xABB8C3) is known color: Heather. HEX triplet: AB, B8 and C3. RGB value is (171,184,195). Sum of RGB (Red+Green+Blue) = 171+184+195=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 195 - color contains mainly: blue. Hex color #ABB8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8C3 is #54473C. Grayscale: #B5B5B5. Windows color (decimal): -5523261 or 12826795. OLE color: 12826795.

HSL color Cylindrical-coordinate representation of color #ABB8C3: hue angle of 207.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABB8C3 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 184 195 -
CMYK 0.12 0.06 0 0.24
HSL 207.5º 0.17% 0.72% -
HSV(B) 207.5º 0.12% 0.76% -
XYZ 43.79 46.88 58.37 -
YUV 181.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 171 184 195 0.12 0.06 0 0.24 207.5 0.17 0.72
Hex AB B8 C3 C 6 0 18 D0 11 48
Octal 253 270 303 14 6 0 30 320 21 110
Binary 10101011 10111000 11000011 1100 110 0 11000 11010000 10001 1001000

Color Harmonies of #ABB8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB8C3

Black with #ABB8C3

Text Example


Text Example

White with #ABB8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB8C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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