Html Css Color HEX #AEBBE2 Perano

📋 copy color: '#AEBBE2'

red 174 ◦ green 187 ◦ blue 226

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

Shades of Perano #AEBBE2

Tints of Perano #AEBBE2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.86%

 BLUE value IS 226 (88.67% from 255) = 38.5%

R = 29.64%
G = 31.86%
B = 38.5%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEBBE2 (or 0xAEBBE2) is known color: Perano. HEX triplet: AE, BB and E2. RGB value is (174,187,226). Sum of RGB (Red+Green+Blue) = 174+187+226=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEBBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBE2 is #51441D. Grayscale: #BBBBBB. Windows color (decimal): -5325854 or 14859182. OLE color: 14859182.

HSL color Cylindrical-coordinate representation of color #AEBBE2: hue angle of 225º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBBE2 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 187 226 -
CMYK 0.23 0.17 0 0.11
HSL 225º 0.47% 0.78% -
HSV(B) 225º 0.23% 0.89% -
XYZ 48.95 50.03 79.03 -
YUV 187.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 174 187 226 0.23 0.17 0 0.11 225 0.47 0.78
Hex AE BB E2 17 11 0 B E1 2F 4E
Octal 256 273 342 27 21 0 13 341 57 116
Binary 10101110 10111011 11100010 10111 10001 0 1011 11100001 101111 1001110

Color Harmonies of #AEBBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBE2

Black with #AEBBE2

Text Example


Text Example

White with #AEBBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBE2; }

 p { color: rgb(174,187,226); }

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

background-color css

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

 a { background-color: rgb(174,187,226); }

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

border-color css

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

 span { border-color: rgb(174,187,226); }

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