Html Css Color HEX #AEBCE0 Perano

📋 copy color: '#AEBCE0'

red 174 ◦ green 188 ◦ blue 224

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

Shades of Perano #AEBCE0

Tints of Perano #AEBCE0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.08%

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 29.69%
G = 32.08%
B = 38.23%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AEBCE0 (or 0xAEBCE0) is known color: Perano. HEX triplet: AE, BC and E0. RGB value is (174,188,224). Sum of RGB (Red+Green+Blue) = 174+188+224=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEBCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCE0 is #51431F. Grayscale: #BBBBBB. Windows color (decimal): -5325600 or 14728366. OLE color: 14728366.

HSL color Cylindrical-coordinate representation of color #AEBCE0: hue angle of 223.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEBCE0 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 188 224 -
CMYK 0.22 0.16 0 0.12
HSL 223.2º 0.45% 0.78% -
HSV(B) 223.2º 0.22% 0.88% -
XYZ 48.89 50.35 77.66 -
YUV 187.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 174 188 224 0.22 0.16 0 0.12 223.2 0.45 0.78
Hex AE BC E0 16 10 0 C DF 2D 4E
Octal 256 274 340 26 20 0 14 337 55 116
Binary 10101110 10111100 11100000 10110 10000 0 1100 11011111 101101 1001110

Color Harmonies of #AEBCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCE0

Black with #AEBCE0

Text Example


Text Example

White with #AEBCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCE0; }

 p { color: rgb(174,188,224); }

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

background-color css

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

 a { background-color: rgb(174,188,224); }

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

border-color css

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

 span { border-color: rgb(174,188,224); }

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