Html Css Color HEX #AEBAF4 Perano

📋 copy color: '#AEBAF4'

red 174 ◦ green 186 ◦ blue 244

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

Shades of Perano #AEBAF4

Tints of Perano #AEBAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.4%

R = 28.81%
G = 30.79%
B = 40.4%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AEBAF4 (or 0xAEBAF4) is known color: Perano. HEX triplet: AE, BA and F4. RGB value is (174,186,244). Sum of RGB (Red+Green+Blue) = 174+186+244=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEBAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAF4 is #51450B. Grayscale: #BCBCBC. Windows color (decimal): -5326092 or 16038574. OLE color: 16038574.

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

Color convert

RGB 174 186 244 -
CMYK 0.29 0.24 0 0.04
HSL 229.71º 0.76% 0.82% -
HSV(B) 229.71º 0.29% 0.96% -
XYZ 51.34 50.65 92.66 -
YUV 189.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 174 186 244 0.29 0.24 0 0.04 229.71 0.76 0.82
Hex AE BA F4 1D 18 0 4 E6 4C 52
Octal 256 272 364 35 30 0 4 346 114 122
Binary 10101110 10111010 11110100 11101 11000 0 100 11100110 1001100 1010010

Color Harmonies of #AEBAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAF4

Black with #AEBAF4

Text Example


Text Example

White with #AEBAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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