Html Css Color HEX #AEBAFF Perano

📋 copy color: '#AEBAFF'

red 174 ◦ green 186 ◦ blue 255

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

Shades of Perano #AEBAFF

Tints of Perano #AEBAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.24%

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

R = 28.29%
G = 30.24%
B = 41.46%

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

#AEBAFF (or 0xAEBAFF) is known color: Perano. HEX triplet: AE, BA and FF. RGB value is (174,186,255). Sum of RGB (Red+Green+Blue) = 174+186+255=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAFF is #514500. Grayscale: #BDBDBD. Windows color (decimal): -5326081 or 16759470. OLE color: 16759470.

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

Color convert

RGB 174 186 255 -
CMYK 0.32 0.27 0 0
HSL 231.11º 1% 0.84% -
HSV(B) 231.11º 0.32% 1% -
XYZ 53.06 51.34 101.72 -
YUV 190.28 164.52 116.39 -
System Red Green Blue C M Y K H S L
Decimal 174 186 255 0.32 0.27 0 0 231.11 1 0.84
Hex AE BA FF 20 1B 0 0 E7 64 54
Octal 256 272 377 40 33 0 0 347 144 124
Binary 10101110 10111010 11111111 100000 11011 0 0 11100111 1100100 1010100

Color Harmonies of #AEBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAFF

Black with #AEBAFF

Text Example


Text Example

White with #AEBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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