Html Css Color HEX #AEB5FF Perano

📋 copy color: '#AEB5FF'

red 174 ◦ green 181 ◦ blue 255

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

Shades of Perano #AEB5FF

Tints of Perano #AEB5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.67%

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

R = 28.52%
G = 29.67%
B = 41.8%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEB5FF (or 0xAEB5FF) is known color: Perano. HEX triplet: AE, B5 and FF. RGB value is (174,181,255). Sum of RGB (Red+Green+Blue) = 174+181+255=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB5FF is #514A00. Grayscale: #BBBBBB. Windows color (decimal): -5327361 or 16758190. OLE color: 16758190.

HSL color Cylindrical-coordinate representation of color #AEB5FF: hue angle of 234.81º 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 #AEB5FF is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 181 255 -
CMYK 0.32 0.29 0 0
HSL 234.81º 1% 0.84% -
HSV(B) 234.81º 0.32% 1% -
XYZ 52.03 49.27 101.37 -
YUV 187.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 174 181 255 0.32 0.29 0 0 234.81 1 0.84
Hex AE B5 FF 20 1D 0 0 EB 64 54
Octal 256 265 377 40 35 0 0 353 144 124
Binary 10101110 10110101 11111111 100000 11101 0 0 11101011 1100100 1010100

Color Harmonies of #AEB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB5FF

Black with #AEB5FF

Text Example


Text Example

White with #AEB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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