Html Css Color HEX #ABBDC0 Casper

📋 copy color: '#ABBDC0'

red 171 ◦ green 189 ◦ blue 192

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

Shades of Casper #ABBDC0

Tints of Casper #ABBDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.24%

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 30.98%
G = 34.24%
B = 34.78%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABBDC0 (or 0xABBDC0) is known color: Casper. HEX triplet: AB, BD and C0. RGB value is (171,189,192). Sum of RGB (Red+Green+Blue) = 171+189+192=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDC0 is #54423F. Grayscale: #B7B7B7. Windows color (decimal): -5521984 or 12631467. OLE color: 12631467.

HSL color Cylindrical-coordinate representation of color #ABBDC0: hue angle of 188.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABBDC0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 189 192 -
CMYK 0.11 0.02 0 0.25
HSL 188.57º 0.14% 0.71% -
HSV(B) 188.57º 0.11% 0.75% -
XYZ 44.51 48.86 56.95 -
YUV 183.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 171 189 192 0.11 0.02 0 0.25 188.57 0.14 0.71
Hex AB BD C0 B 2 0 19 BD E 47
Octal 253 275 300 13 2 0 31 275 16 107
Binary 10101011 10111101 11000000 1011 10 0 11001 10111101 1110 1000111

Color Harmonies of #ABBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDC0

Black with #ABBDC0

Text Example


Text Example

White with #ABBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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