Html Css Color HEX #ABB1B2 Casper

📋 copy color: '#ABB1B2'

red 171 ◦ green 177 ◦ blue 178

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

Shades of Casper #ABB1B2

Tints of Casper #ABB1B2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.65%

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 32.51%
G = 33.65%
B = 33.84%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ABB1B2 (or 0xABB1B2) is known color: Casper. HEX triplet: AB, B1 and B2. RGB value is (171,177,178). Sum of RGB (Red+Green+Blue) = 171+177+178=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 178 - color contains mainly: blue. Hex color #ABB1B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB1B2 is #544E4D. Grayscale: #AFAFAF. Windows color (decimal): -5525070 or 11710891. OLE color: 11710891.

HSL color Cylindrical-coordinate representation of color #ABB1B2: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABB1B2 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 177 178 -
CMYK 0.04 0.01 0 0.30
HSL 188.57º 0.04% 0.68% -
HSV(B) 188.57º 0.04% 0.7% -
XYZ 40.55 43.32 48.34 -
YUV 175.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 171 177 178 0.04 0.01 0 0.30 188.57 0.04 0.68
Hex AB B1 B2 4 1 0 1E BD 4 44
Octal 253 261 262 4 1 0 36 275 4 104
Binary 10101011 10110001 10110010 100 1 0 11110 10111101 100 1000100

Color Harmonies of #ABB1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB1B2

Black with #ABB1B2

Text Example


Text Example

White with #ABB1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB1B2; }

 p { color: rgb(171,177,178); }

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

background-color css

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

 a { background-color: rgb(171,177,178); }

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

border-color css

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

 span { border-color: rgb(171,177,178); }

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