Html Css Color HEX #AEBBF1 Perano

📋 copy color: '#AEBBF1'

red 174 ◦ green 187 ◦ blue 241

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

Shades of Perano #AEBBF1

Tints of Perano #AEBBF1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.06%

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

R = 28.9%
G = 31.06%
B = 40.03%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEBBF1 (or 0xAEBBF1) is known color: Perano. HEX triplet: AE, BB and F1. RGB value is (174,187,241). Sum of RGB (Red+Green+Blue) = 174+187+241=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEBBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBF1 is #51440E. Grayscale: #BDBDBD. Windows color (decimal): -5325839 or 15842222. OLE color: 15842222.

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

Color convert

RGB 174 187 241 -
CMYK 0.28 0.22 0 0.05
HSL 228.36º 0.71% 0.81% -
HSV(B) 228.36º 0.28% 0.95% -
XYZ 51.1 50.89 90.35 -
YUV 189.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 174 187 241 0.28 0.22 0 0.05 228.36 0.71 0.81
Hex AE BB F1 1C 16 0 5 E4 47 51
Octal 256 273 361 34 26 0 5 344 107 121
Binary 10101110 10111011 11110001 11100 10110 0 101 11100100 1000111 1010001

Color Harmonies of #AEBBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBF1

Black with #AEBBF1

Text Example


Text Example

White with #AEBBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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