Html Css Color HEX #ABABE5 Perano

📋 copy color: '#ABABE5'

red 171 ◦ green 171 ◦ blue 229

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

Shades of Perano #ABABE5

Tints of Perano #ABABE5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.95%

 BLUE value IS 229 (89.84% from 255) = 40.11%

R = 29.95%
G = 29.95%
B = 40.11%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABABE5 (or 0xABABE5) is known color: Perano. HEX triplet: AB, AB and E5. RGB value is (171,171,229). Sum of RGB (Red+Green+Blue) = 171+171+229=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABE5 is #54541A. Grayscale: #B1B1B1. Windows color (decimal): -5526555 or 15051691. OLE color: 15051691.

HSL color Cylindrical-coordinate representation of color #ABABE5: hue angle of 240º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABABE5 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 171 229 -
CMYK 0.25 0.25 0 0.10
HSL 240º 0.53% 0.78% -
HSV(B) 240º 0.25% 0.9% -
XYZ 45.5 43.44 80.12 -
YUV 177.61 157 123.28 -
System Red Green Blue C M Y K H S L
Decimal 171 171 229 0.25 0.25 0 0.10 240 0.53 0.78
Hex AB AB E5 19 19 0 A F0 35 4E
Octal 253 253 345 31 31 0 12 360 65 116
Binary 10101011 10101011 11100101 11001 11001 0 1010 11110000 110101 1001110

Color Harmonies of #ABABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABE5

Black with #ABABE5

Text Example


Text Example

White with #ABABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABE5; }

 p { color: rgb(171,171,229); }

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

background-color css

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

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

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

border-color css

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

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

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