Html Css Color HEX #ABAEF2 Perano

📋 copy color: '#ABAEF2'

red 171 ◦ green 174 ◦ blue 242

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

Shades of Perano #ABAEF2

Tints of Perano #ABAEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.23%

R = 29.13%
G = 29.64%
B = 41.23%

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

#ABAEF2 (or 0xABAEF2) is known color: Perano. HEX triplet: AB, AE and F2. RGB value is (171,174,242). Sum of RGB (Red+Green+Blue) = 171+174+242=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABAEF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEF2 is #54510D. Grayscale: #B4B4B4. Windows color (decimal): -5525774 or 15904427. OLE color: 15904427.

HSL color Cylindrical-coordinate representation of color #ABAEF2: hue angle of 237.46º degrees, saturation: 0.73, 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 #ABAEF2 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 174 242 -
CMYK 0.29 0.28 0 0.05
HSL 237.46º 0.73% 0.81% -
HSV(B) 237.46º 0.29% 0.95% -
XYZ 47.96 45.34 90.23 -
YUV 180.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 171 174 242 0.29 0.28 0 0.05 237.46 0.73 0.81
Hex AB AE F2 1D 1C 0 5 ED 49 51
Octal 253 256 362 35 34 0 5 355 111 121
Binary 10101011 10101110 11110010 11101 11100 0 101 11101101 1001001 1010001

Color Harmonies of #ABAEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEF2

Black with #ABAEF2

Text Example


Text Example

White with #ABAEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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