Html Css Color HEX #AEB9FF Perano

📋 copy color: '#AEB9FF'

red 174 ◦ green 185 ◦ blue 255

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

Shades of Perano #AEB9FF

Tints of Perano #AEB9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.13%

 BLUE value IS 255 (100% from 255) = 41.53%

R = 28.34%
G = 30.13%
B = 41.53%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEB9FF (or 0xAEB9FF) is known color: Perano. HEX triplet: AE, B9 and FF. RGB value is (174,185,255). Sum of RGB (Red+Green+Blue) = 174+185+255=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEB9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB9FF is #514600. Grayscale: #BDBDBD. Windows color (decimal): -5326337 or 16759214. OLE color: 16759214.

HSL color Cylindrical-coordinate representation of color #AEB9FF: hue angle of 231.85º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEB9FF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 185 255 -
CMYK 0.32 0.27 0 0
HSL 231.85º 1% 0.84% -
HSV(B) 231.85º 0.32% 1% -
XYZ 52.85 50.92 101.65 -
YUV 189.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 174 185 255 0.32 0.27 0 0 231.85 1 0.84
Hex AE B9 FF 20 1B 0 0 E8 64 54
Octal 256 271 377 40 33 0 0 350 144 124
Binary 10101110 10111001 11111111 100000 11011 0 0 11101000 1100100 1010100

Color Harmonies of #AEB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB9FF

Black with #AEB9FF

Text Example


Text Example

White with #AEB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB9FF; }

 p { color: rgb(174,185,255); }

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

background-color css

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

 a { background-color: rgb(174,185,255); }

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

border-color css

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

 span { border-color: rgb(174,185,255); }

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