Html Css Color HEX #AEBCDF Perano

📋 copy color: '#AEBCDF'

red 174 ◦ green 188 ◦ blue 223

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

Shades of Perano #AEBCDF

Tints of Perano #AEBCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 29.74%
G = 32.14%
B = 38.12%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEBCDF (or 0xAEBCDF) is known color: Perano. HEX triplet: AE, BC and DF. RGB value is (174,188,223). Sum of RGB (Red+Green+Blue) = 174+188+223=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCDF is #514320. Grayscale: #BBBBBB. Windows color (decimal): -5325601 or 14662830. OLE color: 14662830.

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

Color convert

RGB 174 188 223 -
CMYK 0.22 0.16 0 0.13
HSL 222.86º 0.43% 0.78% -
HSV(B) 222.86º 0.22% 0.87% -
XYZ 48.76 50.29 76.95 -
YUV 187.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 174 188 223 0.22 0.16 0 0.13 222.86 0.43 0.78
Hex AE BC DF 16 10 0 D DF 2B 4E
Octal 256 274 337 26 20 0 15 337 53 116
Binary 10101110 10111100 11011111 10110 10000 0 1101 11011111 101011 1001110

Color Harmonies of #AEBCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCDF

Black with #AEBCDF

Text Example


Text Example

White with #AEBCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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