Html Css Color HEX #AEB1F0 Perano

📋 copy color: '#AEB1F0'

red 174 ◦ green 177 ◦ blue 240

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

Shades of Perano #AEB1F0

Tints of Perano #AEB1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.61%

R = 29.44%
G = 29.95%
B = 40.61%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEB1F0 (or 0xAEB1F0) is known color: Perano. HEX triplet: AE, B1 and F0. RGB value is (174,177,240). Sum of RGB (Red+Green+Blue) = 174+177+240=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEB1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB1F0 is #514E0F. Grayscale: #B7B7B7. Windows color (decimal): -5328400 or 15774126. OLE color: 15774126.

HSL color Cylindrical-coordinate representation of color #AEB1F0: hue angle of 237.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB1F0 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 177 240 -
CMYK 0.28 0.26 0 0.06
HSL 237.27º 0.69% 0.81% -
HSV(B) 237.27º 0.28% 0.94% -
XYZ 48.91 46.73 88.88 -
YUV 183.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 174 177 240 0.28 0.26 0 0.06 237.27 0.69 0.81
Hex AE B1 F0 1C 1A 0 6 ED 45 51
Octal 256 261 360 34 32 0 6 355 105 121
Binary 10101110 10110001 11110000 11100 11010 0 110 11101101 1000101 1010001

Color Harmonies of #AEB1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB1F0

Black with #AEB1F0

Text Example


Text Example

White with #AEB1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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