Html Css Color HEX #AEBCEC Perano

📋 copy color: '#AEBCEC'

red 174 ◦ green 188 ◦ blue 236

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

Shades of Perano #AEBCEC

Tints of Perano #AEBCEC

RGB

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

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

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

R = 29.1%
G = 31.44%
B = 39.46%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEBCEC (or 0xAEBCEC) is known color: Perano. HEX triplet: AE, BC and EC. RGB value is (174,188,236). Sum of RGB (Red+Green+Blue) = 174+188+236=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEBCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCEC is #514313. Grayscale: #BDBDBD. Windows color (decimal): -5325588 or 15514798. OLE color: 15514798.

HSL color Cylindrical-coordinate representation of color #AEBCEC: hue angle of 226.45º 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 #AEBCEC is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 188 236 -
CMYK 0.26 0.20 0 0.07
HSL 226.45º 0.62% 0.8% -
HSV(B) 226.45º 0.26% 0.93% -
XYZ 50.58 51.02 86.54 -
YUV 189.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 174 188 236 0.26 0.20 0 0.07 226.45 0.62 0.8
Hex AE BC EC 1A 14 0 7 E2 3E 50
Octal 256 274 354 32 24 0 7 342 76 120
Binary 10101110 10111100 11101100 11010 10100 0 111 11100010 111110 1010000

Color Harmonies of #AEBCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCEC

Black with #AEBCEC

Text Example


Text Example

White with #AEBCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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