Html Css Color HEX #AEBAFE Perano

📋 copy color: '#AEBAFE'

red 174 ◦ green 186 ◦ blue 254

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

Shades of Perano #AEBAFE

Tints of Perano #AEBAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.29%

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

R = 28.34%
G = 30.29%
B = 41.37%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AEBAFE (or 0xAEBAFE) is known color: Perano. HEX triplet: AE, BA and FE. RGB value is (174,186,254). Sum of RGB (Red+Green+Blue) = 174+186+254=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEBAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAFE is #514501. Grayscale: #BDBDBD. Windows color (decimal): -5326082 or 16693934. OLE color: 16693934.

HSL color Cylindrical-coordinate representation of color #AEBAFE: hue angle of 231º 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 #AEBAFE is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 174 186 254 -
CMYK 0.31 0.27 0 0.00
HSL 231º 0.98% 0.84% -
HSV(B) 231º 0.31% 1% -
XYZ 52.9 51.27 100.87 -
YUV 190.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 174 186 254 0.31 0.27 0 0.00 231 0.98 0.84
Hex AE BA FE 1F 1B 0 0 E7 62 54
Octal 256 272 376 37 33 0 0 347 142 124
Binary 10101110 10111010 11111110 11111 11011 0 0 11100111 1100010 1010100

Color Harmonies of #AEBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAFE

Black with #AEBAFE

Text Example


Text Example

White with #AEBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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