Html Css Color HEX #AEBEFD Perano

📋 copy color: '#AEBEFD'

red 174 ◦ green 190 ◦ blue 253

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

Shades of Perano #AEBEFD

Tints of Perano #AEBEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.79%

 BLUE value IS 253 (99.22% from 255) = 41%

R = 28.2%
G = 30.79%
B = 41%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AEBEFD (or 0xAEBEFD) is known color: Perano. HEX triplet: AE, BE and FD. RGB value is (174,190,253). Sum of RGB (Red+Green+Blue) = 174+190+253=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEBEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBEFD is #514102. Grayscale: #C0C0C0. Windows color (decimal): -5325059 or 16629422. OLE color: 16629422.

HSL color Cylindrical-coordinate representation of color #AEBEFD: hue angle of 227.85º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEBEFD is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 190 253 -
CMYK 0.31 0.25 0 0.01
HSL 227.85º 0.95% 0.84% -
HSV(B) 227.85º 0.31% 0.99% -
XYZ 53.6 52.92 100.32 -
YUV 192.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 174 190 253 0.31 0.25 0 0.01 227.85 0.95 0.84
Hex AE BE FD 1F 19 0 1 E4 5F 54
Octal 256 276 375 37 31 0 1 344 137 124
Binary 10101110 10111110 11111101 11111 11001 0 1 11100100 1011111 1010100

Color Harmonies of #AEBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEFD

Black with #AEBEFD

Text Example


Text Example

White with #AEBEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEFD; }

 p { color: rgb(174,190,253); }

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

background-color css

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

 a { background-color: rgb(174,190,253); }

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

border-color css

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

 span { border-color: rgb(174,190,253); }

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