Html Css Color HEX #AEBCE6 Perano

📋 copy color: '#AEBCE6'

red 174 ◦ green 188 ◦ blue 230

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

Shades of Perano #AEBCE6

Tints of Perano #AEBCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.85%

R = 29.39%
G = 31.76%
B = 38.85%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AEBCE6 (or 0xAEBCE6) is known color: Perano. HEX triplet: AE, BC and E6. RGB value is (174,188,230). Sum of RGB (Red+Green+Blue) = 174+188+230=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEBCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCE6 is #514319. Grayscale: #BCBCBC. Windows color (decimal): -5325594 or 15121582. OLE color: 15121582.

HSL color Cylindrical-coordinate representation of color #AEBCE6: hue angle of 225º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEBCE6 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 188 230 -
CMYK 0.24 0.18 0 0.10
HSL 225º 0.53% 0.79% -
HSV(B) 225º 0.24% 0.9% -
XYZ 49.72 50.68 82.02 -
YUV 188.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 174 188 230 0.24 0.18 0 0.10 225 0.53 0.79
Hex AE BC E6 18 12 0 A E1 35 4F
Octal 256 274 346 30 22 0 12 341 65 117
Binary 10101110 10111100 11100110 11000 10010 0 1010 11100001 110101 1001111

Color Harmonies of #AEBCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCE6

Black with #AEBCE6

Text Example


Text Example

White with #AEBCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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