Html Css Color HEX #AEBFF5 Perano

📋 copy color: '#AEBFF5'

red 174 ◦ green 191 ◦ blue 245

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

Shades of Perano #AEBFF5

Tints of Perano #AEBFF5

RGB

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

 GREEN value IS 191 (75% from 255) = 31.31%

 BLUE value IS 245 (96.09% from 255) = 40.16%

R = 28.52%
G = 31.31%
B = 40.16%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AEBFF5 (or 0xAEBFF5) is known color: Perano. HEX triplet: AE, BF and F5. RGB value is (174,191,245). Sum of RGB (Red+Green+Blue) = 174+191+245=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEBFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFF5 is #51400A. Grayscale: #BFBFBF. Windows color (decimal): -5324811 or 16105390. OLE color: 16105390.

HSL color Cylindrical-coordinate representation of color #AEBFF5: hue angle of 225.63º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEBFF5 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 191 245 -
CMYK 0.29 0.22 0 0.04
HSL 225.63º 0.78% 0.82% -
HSV(B) 225.63º 0.29% 0.96% -
XYZ 52.57 52.85 93.82 -
YUV 192.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 174 191 245 0.29 0.22 0 0.04 225.63 0.78 0.82
Hex AE BF F5 1D 16 0 4 E2 4E 52
Octal 256 277 365 35 26 0 4 342 116 122
Binary 10101110 10111111 11110101 11101 10110 0 100 11100010 1001110 1010010

Color Harmonies of #AEBFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFF5

Black with #AEBFF5

Text Example


Text Example

White with #AEBFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFF5; }

 p { color: rgb(174,191,245); }

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

background-color css

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

 a { background-color: rgb(174,191,245); }

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

border-color css

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

 span { border-color: rgb(174,191,245); }

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