Html Css Color HEX #AEBAF2 Perano

📋 copy color: '#AEBAF2'

red 174 ◦ green 186 ◦ blue 242

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

Shades of Perano #AEBAF2

Tints of Perano #AEBAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.2%

R = 28.9%
G = 30.9%
B = 40.2%

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

#AEBAF2 (or 0xAEBAF2) is known color: Perano. HEX triplet: AE, BA and F2. RGB value is (174,186,242). Sum of RGB (Red+Green+Blue) = 174+186+242=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEBAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAF2 is #51450D. Grayscale: #BCBCBC. Windows color (decimal): -5326094 or 15907502. OLE color: 15907502.

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

Color convert

RGB 174 186 242 -
CMYK 0.28 0.23 0 0.05
HSL 229.41º 0.72% 0.82% -
HSV(B) 229.41º 0.28% 0.95% -
XYZ 51.04 50.53 91.07 -
YUV 188.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 174 186 242 0.28 0.23 0 0.05 229.41 0.72 0.82
Hex AE BA F2 1C 17 0 5 E5 48 52
Octal 256 272 362 34 27 0 5 345 110 122
Binary 10101110 10111010 11110010 11100 10111 0 101 11100101 1001000 1010010

Color Harmonies of #AEBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAF2

Black with #AEBAF2

Text Example


Text Example

White with #AEBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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