Html Css Color HEX #AEBDFE Perano

📋 copy color: '#AEBDFE'

red 174 ◦ green 189 ◦ blue 254

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

Shades of Perano #AEBDFE

Tints of Perano #AEBDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.63%

 BLUE value IS 254 (99.61% from 255) = 41.17%

R = 28.2%
G = 30.63%
B = 41.17%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AEBDFE (or 0xAEBDFE) is known color: Perano. HEX triplet: AE, BD and FE. RGB value is (174,189,254). Sum of RGB (Red+Green+Blue) = 174+189+254=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEBDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBDFE is #514201. Grayscale: #BFBFBF. Windows color (decimal): -5325314 or 16694702. OLE color: 16694702.

HSL color Cylindrical-coordinate representation of color #AEBDFE: hue angle of 228.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEBDFE is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 189 254 -
CMYK 0.31 0.26 0 0.00
HSL 228.75º 0.98% 0.84% -
HSV(B) 228.75º 0.31% 1% -
XYZ 53.54 52.55 101.09 -
YUV 191.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 174 189 254 0.31 0.26 0 0.00 228.75 0.98 0.84
Hex AE BD FE 1F 1A 0 0 E5 62 54
Octal 256 275 376 37 32 0 0 345 142 124
Binary 10101110 10111101 11111110 11111 11010 0 0 11100101 1100010 1010100

Color Harmonies of #AEBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDFE

Black with #AEBDFE

Text Example


Text Example

White with #AEBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDFE; }

 p { color: rgb(174,189,254); }

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

background-color css

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

 a { background-color: rgb(174,189,254); }

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

border-color css

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

 span { border-color: rgb(174,189,254); }

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