Html Css Color HEX #AEBAF1 Perano

📋 copy color: '#AEBAF1'

red 174 ◦ green 186 ◦ blue 241

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

Shades of Perano #AEBAF1

Tints of Perano #AEBAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.1%

R = 28.95%
G = 30.95%
B = 40.1%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEBAF1 (or 0xAEBAF1) is known color: Perano. HEX triplet: AE, BA and F1. RGB value is (174,186,241). Sum of RGB (Red+Green+Blue) = 174+186+241=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEBAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAF1 is #51450E. Grayscale: #BCBCBC. Windows color (decimal): -5326095 or 15841966. OLE color: 15841966.

HSL color Cylindrical-coordinate representation of color #AEBAF1: hue angle of 229.25º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEBAF1 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 186 241 -
CMYK 0.28 0.23 0 0.05
HSL 229.25º 0.71% 0.81% -
HSV(B) 229.25º 0.28% 0.95% -
XYZ 50.89 50.47 90.28 -
YUV 188.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 174 186 241 0.28 0.23 0 0.05 229.25 0.71 0.81
Hex AE BA F1 1C 17 0 5 E5 47 51
Octal 256 272 361 34 27 0 5 345 107 121
Binary 10101110 10111010 11110001 11100 10111 0 101 11100101 1000111 1010001

Color Harmonies of #AEBAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAF1

Black with #AEBAF1

Text Example


Text Example

White with #AEBAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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