Html Css Color HEX #ABABE0 Perano

📋 copy color: '#ABABE0'

red 171 ◦ green 171 ◦ blue 224

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

Shades of Perano #ABABE0

Tints of Perano #ABABE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.58%

R = 30.21%
G = 30.21%
B = 39.58%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABABE0 (or 0xABABE0) is known color: Perano. HEX triplet: AB, AB and E0. RGB value is (171,171,224). Sum of RGB (Red+Green+Blue) = 171+171+224=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABE0 is #54541F. Grayscale: #B0B0B0. Windows color (decimal): -5526560 or 14724011. OLE color: 14724011.

HSL color Cylindrical-coordinate representation of color #ABABE0: hue angle of 240º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABABE0 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 171 224 -
CMYK 0.24 0.24 0 0.12
HSL 240º 0.46% 0.77% -
HSV(B) 240º 0.24% 0.88% -
XYZ 44.81 43.17 76.49 -
YUV 177.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 171 171 224 0.24 0.24 0 0.12 240 0.46 0.77
Hex AB AB E0 18 18 0 C F0 2E 4D
Octal 253 253 340 30 30 0 14 360 56 115
Binary 10101011 10101011 11100000 11000 11000 0 1100 11110000 101110 1001101

Color Harmonies of #ABABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABE0

Black with #ABABE0

Text Example


Text Example

White with #ABABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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