Html Css Color HEX #AEBFF6 Perano

📋 copy color: '#AEBFF6'

red 174 ◦ green 191 ◦ blue 246

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

Shades of Perano #AEBFF6

Tints of Perano #AEBFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.26%

R = 28.48%
G = 31.26%
B = 40.26%

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

#AEBFF6 (or 0xAEBFF6) is known color: Perano. HEX triplet: AE, BF and F6. RGB value is (174,191,246). Sum of RGB (Red+Green+Blue) = 174+191+246=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEBFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFF6 is #514009. Grayscale: #BFBFBF. Windows color (decimal): -5324810 or 16170926. OLE color: 16170926.

HSL color Cylindrical-coordinate representation of color #AEBFF6: hue angle of 225.83º degrees, saturation: 0.8, 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 #AEBFF6 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 191 246 -
CMYK 0.29 0.22 0 0.04
HSL 225.83º 0.8% 0.82% -
HSV(B) 225.83º 0.29% 0.96% -
XYZ 52.72 52.91 94.62 -
YUV 192.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 174 191 246 0.29 0.22 0 0.04 225.83 0.8 0.82
Hex AE BF F6 1D 16 0 4 E2 50 52
Octal 256 277 366 35 26 0 4 342 120 122
Binary 10101110 10111111 11110110 11101 10110 0 100 11100010 1010000 1010010

Color Harmonies of #AEBFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFF6

Black with #AEBFF6

Text Example


Text Example

White with #AEBFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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