Html Css Color HEX #AEB8E2 Perano

📋 copy color: '#AEB8E2'

red 174 ◦ green 184 ◦ blue 226

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

Shades of Perano #AEB8E2

Tints of Perano #AEB8E2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.51%

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

R = 29.79%
G = 31.51%
B = 38.7%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AEB8E2 (or 0xAEB8E2) is known color: Perano. HEX triplet: AE, B8 and E2. RGB value is (174,184,226). Sum of RGB (Red+Green+Blue) = 174+184+226=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEB8E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB8E2 is #51471D. Grayscale: #B9B9B9. Windows color (decimal): -5326622 or 14858414. OLE color: 14858414.

HSL color Cylindrical-coordinate representation of color #AEB8E2: hue angle of 228.46º 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 #AEB8E2 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 184 226 -
CMYK 0.23 0.19 0 0.11
HSL 228.46º 0.47% 0.78% -
HSV(B) 228.46º 0.23% 0.89% -
XYZ 48.32 48.77 78.82 -
YUV 185.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 174 184 226 0.23 0.19 0 0.11 228.46 0.47 0.78
Hex AE B8 E2 17 13 0 B E4 2F 4E
Octal 256 270 342 27 23 0 13 344 57 116
Binary 10101110 10111000 11100010 10111 10011 0 1011 11100100 101111 1001110

Color Harmonies of #AEB8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8E2

Black with #AEB8E2

Text Example


Text Example

White with #AEB8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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