Html Css Color HEX #AEBDEC Perano

📋 copy color: '#AEBDEC'

red 174 ◦ green 189 ◦ blue 236

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

Shades of Perano #AEBDEC

Tints of Perano #AEBDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.55%

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

R = 29.05%
G = 31.55%
B = 39.4%

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

#AEBDEC (or 0xAEBDEC) is known color: Perano. HEX triplet: AE, BD and EC. RGB value is (174,189,236). Sum of RGB (Red+Green+Blue) = 174+189+236=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEBDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBDEC is #514213. Grayscale: #BDBDBD. Windows color (decimal): -5325332 or 15515054. OLE color: 15515054.

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

Color convert

RGB 174 189 236 -
CMYK 0.26 0.20 0 0.07
HSL 225.48º 0.62% 0.8% -
HSV(B) 225.48º 0.26% 0.93% -
XYZ 50.79 51.45 86.61 -
YUV 189.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 174 189 236 0.26 0.20 0 0.07 225.48 0.62 0.8
Hex AE BD EC 1A 14 0 7 E1 3E 50
Octal 256 275 354 32 24 0 7 341 76 120
Binary 10101110 10111101 11101100 11010 10100 0 111 11100001 111110 1010000

Color Harmonies of #AEBDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDEC

Black with #AEBDEC

Text Example


Text Example

White with #AEBDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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