Html Css Color HEX #AEBFF0 Perano

📋 copy color: '#AEBFF0'

red 174 ◦ green 191 ◦ blue 240

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

Shades of Perano #AEBFF0

Tints of Perano #AEBFF0

RGB

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

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

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

R = 28.76%
G = 31.57%
B = 39.67%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEBFF0 (or 0xAEBFF0) is known color: Perano. HEX triplet: AE, BF and F0. RGB value is (174,191,240). Sum of RGB (Red+Green+Blue) = 174+191+240=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEBFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFF0 is #51400F. Grayscale: #BFBFBF. Windows color (decimal): -5324816 or 15777710. OLE color: 15777710.

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

Color convert

RGB 174 191 240 -
CMYK 0.28 0.20 0 0.06
HSL 224.55º 0.69% 0.81% -
HSV(B) 224.55º 0.28% 0.94% -
XYZ 51.81 52.55 89.85 -
YUV 191.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 174 191 240 0.28 0.20 0 0.06 224.55 0.69 0.81
Hex AE BF F0 1C 14 0 6 E1 45 51
Octal 256 277 360 34 24 0 6 341 105 121
Binary 10101110 10111111 11110000 11100 10100 0 110 11100001 1000101 1010001

Color Harmonies of #AEBFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFF0

Black with #AEBFF0

Text Example


Text Example

White with #AEBFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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