Html Css Color HEX #AEB7F1 Perano

📋 copy color: '#AEB7F1'

red 174 ◦ green 183 ◦ blue 241

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

Shades of Perano #AEB7F1

Tints of Perano #AEB7F1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.6%

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

R = 29.1%
G = 30.6%
B = 40.3%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEB7F1 (or 0xAEB7F1) is known color: Perano. HEX triplet: AE, B7 and F1. RGB value is (174,183,241). Sum of RGB (Red+Green+Blue) = 174+183+241=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEB7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB7F1 is #51480E. Grayscale: #BABABA. Windows color (decimal): -5326863 or 15841198. OLE color: 15841198.

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

Color convert

RGB 174 183 241 -
CMYK 0.28 0.24 0 0.05
HSL 231.94º 0.71% 0.81% -
HSV(B) 231.94º 0.28% 0.95% -
XYZ 50.27 49.22 90.07 -
YUV 186.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 174 183 241 0.28 0.24 0 0.05 231.94 0.71 0.81
Hex AE B7 F1 1C 18 0 5 E8 47 51
Octal 256 267 361 34 30 0 5 350 107 121
Binary 10101110 10110111 11110001 11100 11000 0 101 11101000 1000111 1010001

Color Harmonies of #AEB7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB7F1

Black with #AEB7F1

Text Example


Text Example

White with #AEB7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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