Html Css Color HEX #AEBAF0 Perano

📋 copy color: '#AEBAF0'

red 174 ◦ green 186 ◦ blue 240

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

Shades of Perano #AEBAF0

Tints of Perano #AEBAF0

RGB

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

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

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

R = 29%
G = 31%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEBAF0 (or 0xAEBAF0) is known color: Perano. HEX triplet: AE, BA and F0. RGB value is (174,186,240). Sum of RGB (Red+Green+Blue) = 174+186+240=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEBAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAF0 is #51450F. Grayscale: #BCBCBC. Windows color (decimal): -5326096 or 15776430. OLE color: 15776430.

HSL color Cylindrical-coordinate representation of color #AEBAF0: hue angle of 229.09º 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 #AEBAF0 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 186 240 -
CMYK 0.28 0.22 0 0.06
HSL 229.09º 0.69% 0.81% -
HSV(B) 229.09º 0.28% 0.94% -
XYZ 50.74 50.41 89.49 -
YUV 188.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 174 186 240 0.28 0.22 0 0.06 229.09 0.69 0.81
Hex AE BA F0 1C 16 0 6 E5 45 51
Octal 256 272 360 34 26 0 6 345 105 121
Binary 10101110 10111010 11110000 11100 10110 0 110 11100101 1000101 1010001

Color Harmonies of #AEBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAF0

Black with #AEBAF0

Text Example


Text Example

White with #AEBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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