Html Css Color HEX #AEB1F7 Perano

📋 copy color: '#AEB1F7'

red 174 ◦ green 177 ◦ blue 247

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

Shades of Perano #AEB1F7

Tints of Perano #AEB1F7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.6%

 BLUE value IS 247 (96.88% from 255) = 41.3%

R = 29.1%
G = 29.6%
B = 41.3%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEB1F7 (or 0xAEB1F7) is known color: Perano. HEX triplet: AE, B1 and F7. RGB value is (174,177,247). Sum of RGB (Red+Green+Blue) = 174+177+247=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEB1F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB1F7 is #514E08. Grayscale: #B7B7B7. Windows color (decimal): -5328393 or 16232878. OLE color: 16232878.

HSL color Cylindrical-coordinate representation of color #AEB1F7: hue angle of 237.53º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB1F7 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 177 247 -
CMYK 0.30 0.28 0 0.03
HSL 237.53º 0.82% 0.83% -
HSV(B) 237.53º 0.3% 0.97% -
XYZ 49.97 47.16 94.46 -
YUV 184.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 174 177 247 0.30 0.28 0 0.03 237.53 0.82 0.83
Hex AE B1 F7 1E 1C 0 3 EE 52 53
Octal 256 261 367 36 34 0 3 356 122 123
Binary 10101110 10110001 11110111 11110 11100 0 11 11101110 1010010 1010011

Color Harmonies of #AEB1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB1F7

Black with #AEB1F7

Text Example


Text Example

White with #AEB1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB1F7; }

 p { color: rgb(174,177,247); }

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

background-color css

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

 a { background-color: rgb(174,177,247); }

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

border-color css

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

 span { border-color: rgb(174,177,247); }

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