Html Css Color HEX #AEBDF2 Perano

📋 copy color: '#AEBDF2'

red 174 ◦ green 189 ◦ blue 242

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

Shades of Perano #AEBDF2

Tints of Perano #AEBDF2

RGB

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

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

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

R = 28.76%
G = 31.24%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEBDF2 (or 0xAEBDF2) is known color: Perano. HEX triplet: AE, BD and F2. RGB value is (174,189,242). Sum of RGB (Red+Green+Blue) = 174+189+242=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEBDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBDF2 is #51420D. Grayscale: #BEBEBE. Windows color (decimal): -5325326 or 15908270. OLE color: 15908270.

HSL color Cylindrical-coordinate representation of color #AEBDF2: hue angle of 226.76º 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 #AEBDF2 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 189 242 -
CMYK 0.28 0.22 0 0.05
HSL 226.76º 0.72% 0.82% -
HSV(B) 226.76º 0.28% 0.95% -
XYZ 51.68 51.8 91.28 -
YUV 190.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 174 189 242 0.28 0.22 0 0.05 226.76 0.72 0.82
Hex AE BD F2 1C 16 0 5 E3 48 52
Octal 256 275 362 34 26 0 5 343 110 122
Binary 10101110 10111101 11110010 11100 10110 0 101 11100011 1001000 1010010

Color Harmonies of #AEBDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDF2

Black with #AEBDF2

Text Example


Text Example

White with #AEBDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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