Html Css Color HEX #AEB8EC Perano

📋 copy color: '#AEB8EC'

red 174 ◦ green 184 ◦ blue 236

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

Shades of Perano #AEB8EC

Tints of Perano #AEB8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.73%

R = 29.29%
G = 30.98%
B = 39.73%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEB8EC (or 0xAEB8EC) is known color: Perano. HEX triplet: AE, B8 and EC. RGB value is (174,184,236). Sum of RGB (Red+Green+Blue) = 174+184+236=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEB8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB8EC is #514713. Grayscale: #BABABA. Windows color (decimal): -5326612 or 15513774. OLE color: 15513774.

HSL color Cylindrical-coordinate representation of color #AEB8EC: hue angle of 230.32º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEB8EC is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 184 236 -
CMYK 0.26 0.22 0 0.07
HSL 230.32º 0.62% 0.8% -
HSV(B) 230.32º 0.26% 0.93% -
XYZ 49.74 49.34 86.26 -
YUV 186.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 174 184 236 0.26 0.22 0 0.07 230.32 0.62 0.8
Hex AE B8 EC 1A 16 0 7 E6 3E 50
Octal 256 270 354 32 26 0 7 346 76 120
Binary 10101110 10111000 11101100 11010 10110 0 111 11100110 111110 1010000

Color Harmonies of #AEB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8EC

Black with #AEB8EC

Text Example


Text Example

White with #AEB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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