Html Css Color HEX #ABB9BB Casper

📋 copy color: '#ABB9BB'

red 171 ◦ green 185 ◦ blue 187

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

Shades of Casper #ABB9BB

Tints of Casper #ABB9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.44%

R = 31.49%
G = 34.07%
B = 34.44%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ABB9BB (or 0xABB9BB) is known color: Casper. HEX triplet: AB, B9 and BB. RGB value is (171,185,187). Sum of RGB (Red+Green+Blue) = 171+185+187=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABB9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9BB is #544644. Grayscale: #B5B5B5. Windows color (decimal): -5523013 or 12302763. OLE color: 12302763.

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

Color convert

RGB 171 185 187 -
CMYK 0.09 0.01 0 0.27
HSL 187.5º 0.11% 0.7% -
HSV(B) 187.5º 0.09% 0.73% -
XYZ 43.11 46.94 53.8 -
YUV 181.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 171 185 187 0.09 0.01 0 0.27 187.5 0.11 0.7
Hex AB B9 BB 9 1 0 1B BC B 46
Octal 253 271 273 11 1 0 33 274 13 106
Binary 10101011 10111001 10111011 1001 1 0 11011 10111100 1011 1000110

Color Harmonies of #ABB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9BB

Black with #ABB9BB

Text Example


Text Example

White with #ABB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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