Html Css Color HEX #ABBABE Casper

📋 copy color: '#ABBABE'

red 171 ◦ green 186 ◦ blue 190

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

Shades of Casper #ABBABE

Tints of Casper #ABBABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34%

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 31.26%
G = 34%
B = 34.73%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ABBABE (or 0xABBABE) is known color: Casper. HEX triplet: AB, BA and BE. RGB value is (171,186,190). Sum of RGB (Red+Green+Blue) = 171+186+190=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABBABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBABE is #544541. Grayscale: #B5B5B5. Windows color (decimal): -5522754 or 12499627. OLE color: 12499627.

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

Color convert

RGB 171 186 190 -
CMYK 0.10 0.02 0 0.25
HSL 192.63º 0.13% 0.71% -
HSV(B) 192.63º 0.1% 0.75% -
XYZ 43.65 47.49 55.58 -
YUV 181.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 171 186 190 0.10 0.02 0 0.25 192.63 0.13 0.71
Hex AB BA BE A 2 0 19 C1 D 47
Octal 253 272 276 12 2 0 31 301 15 107
Binary 10101011 10111010 10111110 1010 10 0 11001 11000001 1101 1000111

Color Harmonies of #ABBABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBABE

Black with #ABBABE

Text Example


Text Example

White with #ABBABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBABE; }

 p { color: rgb(171,186,190); }

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

background-color css

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

 a { background-color: rgb(171,186,190); }

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

border-color css

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

 span { border-color: rgb(171,186,190); }

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