Html Css Color HEX #ABB9BD Casper

📋 copy color: '#ABB9BD'

red 171 ◦ green 185 ◦ blue 189

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

Shades of Casper #ABB9BD

Tints of Casper #ABB9BD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.94%

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

R = 31.38%
G = 33.94%
B = 34.68%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ABB9BD (or 0xABB9BD) is known color: Casper. HEX triplet: AB, B9 and BD. RGB value is (171,185,189). Sum of RGB (Red+Green+Blue) = 171+185+189=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABB9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9BD is #544642. Grayscale: #B5B5B5. Windows color (decimal): -5523011 or 12433835. OLE color: 12433835.

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

Color convert

RGB 171 185 189 -
CMYK 0.10 0.02 0 0.26
HSL 193.33º 0.12% 0.71% -
HSV(B) 193.33º 0.1% 0.74% -
XYZ 43.33 47.03 54.94 -
YUV 181.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 171 185 189 0.10 0.02 0 0.26 193.33 0.12 0.71
Hex AB B9 BD A 2 0 1A C1 C 47
Octal 253 271 275 12 2 0 32 301 14 107
Binary 10101011 10111001 10111101 1010 10 0 11010 11000001 1100 1000111

Color Harmonies of #ABB9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9BD

Black with #ABB9BD

Text Example


Text Example

White with #ABB9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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