Html Css Color HEX #ABBBBE Casper

📋 copy color: '#ABBBBE'

red 171 ◦ green 187 ◦ blue 190

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

Shades of Casper #ABBBBE

Tints of Casper #ABBBBE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.12%

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

R = 31.2%
G = 34.12%
B = 34.67%

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

#ABBBBE (or 0xABBBBE) is known color: Casper. HEX triplet: AB, BB and BE. RGB value is (171,187,190). Sum of RGB (Red+Green+Blue) = 171+187+190=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBBE is #544441. Grayscale: #B6B6B6. Windows color (decimal): -5522498 or 12499883. OLE color: 12499883.

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

Color convert

RGB 171 187 190 -
CMYK 0.10 0.02 0 0.25
HSL 189.47º 0.13% 0.71% -
HSV(B) 189.47º 0.1% 0.75% -
XYZ 43.86 47.92 55.65 -
YUV 182.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 171 187 190 0.10 0.02 0 0.25 189.47 0.13 0.71
Hex AB BB BE A 2 0 19 BD D 47
Octal 253 273 276 12 2 0 31 275 15 107
Binary 10101011 10111011 10111110 1010 10 0 11001 10111101 1101 1000111

Color Harmonies of #ABBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBBE

Black with #ABBBBE

Text Example


Text Example

White with #ABBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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