Html Css Color HEX #AEBCFF Perano

📋 copy color: '#AEBCFF'

red 174 ◦ green 188 ◦ blue 255

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

Shades of Perano #AEBCFF

Tints of Perano #AEBCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.47%

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

R = 28.2%
G = 30.47%
B = 41.33%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEBCFF (or 0xAEBCFF) is known color: Perano. HEX triplet: AE, BC and FF. RGB value is (174,188,255). Sum of RGB (Red+Green+Blue) = 174+188+255=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEBCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCFF is #514300. Grayscale: #BFBFBF. Windows color (decimal): -5325569 or 16759982. OLE color: 16759982.

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

Color convert

RGB 174 188 255 -
CMYK 0.32 0.26 0 0
HSL 229.63º 1% 0.84% -
HSV(B) 229.63º 0.32% 1% -
XYZ 53.49 52.19 101.86 -
YUV 191.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 174 188 255 0.32 0.26 0 0 229.63 1 0.84
Hex AE BC FF 20 1A 0 0 E6 64 54
Octal 256 274 377 40 32 0 0 346 144 124
Binary 10101110 10111100 11111111 100000 11010 0 0 11100110 1100100 1010100

Color Harmonies of #AEBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCFF

Black with #AEBCFF

Text Example


Text Example

White with #AEBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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