Html Css Color HEX #AEB2F1 Perano

📋 copy color: '#AEB2F1'

red 174 ◦ green 178 ◦ blue 241

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

Shades of Perano #AEB2F1

Tints of Perano #AEB2F1

RGB

 RED value IS 174 (68.36% from 255) = 29.34%

 GREEN value IS 178 (69.92% from 255) = 30.02%

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

R = 29.34%
G = 30.02%
B = 40.64%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEB2F1 (or 0xAEB2F1) is known color: Perano. HEX triplet: AE, B2 and F1. RGB value is (174,178,241). Sum of RGB (Red+Green+Blue) = 174+178+241=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEB2F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB2F1 is #514D0E. Grayscale: #B7B7B7. Windows color (decimal): -5328143 or 15839918. OLE color: 15839918.

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

Color convert

RGB 174 178 241 -
CMYK 0.28 0.26 0 0.05
HSL 236.42º 0.71% 0.81% -
HSV(B) 236.42º 0.28% 0.95% -
XYZ 49.25 47.19 89.73 -
YUV 183.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 174 178 241 0.28 0.26 0 0.05 236.42 0.71 0.81
Hex AE B2 F1 1C 1A 0 5 EC 47 51
Octal 256 262 361 34 32 0 5 354 107 121
Binary 10101110 10110010 11110001 11100 11010 0 101 11101100 1000111 1010001

Color Harmonies of #AEB2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB2F1

Black with #AEB2F1

Text Example


Text Example

White with #AEB2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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