Html Css Color HEX #AEBFF7 Perano

📋 copy color: '#AEBFF7'

red 174 ◦ green 191 ◦ blue 247

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

Shades of Perano #AEBFF7

Tints of Perano #AEBFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.36%

R = 28.43%
G = 31.21%
B = 40.36%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AEBFF7 (or 0xAEBFF7) is known color: Perano. HEX triplet: AE, BF and F7. RGB value is (174,191,247). Sum of RGB (Red+Green+Blue) = 174+191+247=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEBFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFF7 is #514008. Grayscale: #C0C0C0. Windows color (decimal): -5324809 or 16236462. OLE color: 16236462.

HSL color Cylindrical-coordinate representation of color #AEBFF7: hue angle of 226.03º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEBFF7 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 191 247 -
CMYK 0.30 0.23 0 0.03
HSL 226.03º 0.82% 0.83% -
HSV(B) 226.03º 0.3% 0.97% -
XYZ 52.87 52.98 95.43 -
YUV 192.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 174 191 247 0.30 0.23 0 0.03 226.03 0.82 0.83
Hex AE BF F7 1E 17 0 3 E2 52 53
Octal 256 277 367 36 27 0 3 342 122 123
Binary 10101110 10111111 11110111 11110 10111 0 11 11100010 1010010 1010011

Color Harmonies of #AEBFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFF7

Black with #AEBFF7

Text Example


Text Example

White with #AEBFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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