Html Css Color HEX #ABAEF1 Perano

📋 copy color: '#ABAEF1'

red 171 ◦ green 174 ◦ blue 241

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

Shades of Perano #ABAEF1

Tints of Perano #ABAEF1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.69%

 BLUE value IS 241 (94.53% from 255) = 41.13%

R = 29.18%
G = 29.69%
B = 41.13%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABAEF1 (or 0xABAEF1) is known color: Perano. HEX triplet: AB, AE and F1. RGB value is (171,174,241). Sum of RGB (Red+Green+Blue) = 171+174+241=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABAEF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEF1 is #54510E. Grayscale: #B4B4B4. Windows color (decimal): -5525775 or 15838891. OLE color: 15838891.

HSL color Cylindrical-coordinate representation of color #ABAEF1: hue angle of 237.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABAEF1 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 174 241 -
CMYK 0.29 0.28 0 0.05
HSL 237.43º 0.71% 0.81% -
HSV(B) 237.43º 0.29% 0.95% -
XYZ 47.81 45.28 89.44 -
YUV 180.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 171 174 241 0.29 0.28 0 0.05 237.43 0.71 0.81
Hex AB AE F1 1D 1C 0 5 ED 47 51
Octal 253 256 361 35 34 0 5 355 107 121
Binary 10101011 10101110 11110001 11101 11100 0 101 11101101 1000111 1010001

Color Harmonies of #ABAEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEF1

Black with #ABAEF1

Text Example


Text Example

White with #ABAEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEF1; }

 p { color: rgb(171,174,241); }

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

background-color css

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

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

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

border-color css

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

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

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