Html Css Color HEX #ABABE4 Perano

📋 copy color: '#ABABE4'

red 171 ◦ green 171 ◦ blue 228

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

Shades of Perano #ABABE4

Tints of Perano #ABABE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40%

R = 30%
G = 30%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABABE4 (or 0xABABE4) is known color: Perano. HEX triplet: AB, AB and E4. RGB value is (171,171,228). Sum of RGB (Red+Green+Blue) = 171+171+228=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABABE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABE4 is #54541B. Grayscale: #B1B1B1. Windows color (decimal): -5526556 or 14986155. OLE color: 14986155.

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

Color convert

RGB 171 171 228 -
CMYK 0.25 0.25 0 0.11
HSL 240º 0.51% 0.78% -
HSV(B) 240º 0.25% 0.89% -
XYZ 45.36 43.39 79.38 -
YUV 177.5 156.5 123.37 -
System Red Green Blue C M Y K H S L
Decimal 171 171 228 0.25 0.25 0 0.11 240 0.51 0.78
Hex AB AB E4 19 19 0 B F0 33 4E
Octal 253 253 344 31 31 0 13 360 63 116
Binary 10101011 10101011 11100100 11001 11001 0 1011 11110000 110011 1001110

Color Harmonies of #ABABE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABABE4

Black with #ABABE4

Text Example


Text Example

White with #ABABE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABABE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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