Html Css Color HEX #AEBDDF Perano

📋 copy color: '#AEBDDF'

red 174 ◦ green 189 ◦ blue 223

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

Shades of Perano #AEBDDF

Tints of Perano #AEBDDF

RGB

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

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

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

R = 29.69%
G = 32.25%
B = 38.05%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEBDDF (or 0xAEBDDF) is known color: Perano. HEX triplet: AE, BD and DF. RGB value is (174,189,223). Sum of RGB (Red+Green+Blue) = 174+189+223=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEBDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDDF is #514220. Grayscale: #BCBCBC. Windows color (decimal): -5325345 or 14663086. OLE color: 14663086.

HSL color Cylindrical-coordinate representation of color #AEBDDF: hue angle of 221.63º 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 #AEBDDF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 189 223 -
CMYK 0.22 0.15 0 0.13
HSL 221.63º 0.43% 0.78% -
HSV(B) 221.63º 0.22% 0.87% -
XYZ 48.97 50.72 77.02 -
YUV 188.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 174 189 223 0.22 0.15 0 0.13 221.63 0.43 0.78
Hex AE BD DF 16 F 0 D DE 2B 4E
Octal 256 275 337 26 17 0 15 336 53 116
Binary 10101110 10111101 11011111 10110 1111 0 1101 11011110 101011 1001110

Color Harmonies of #AEBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDDF

Black with #AEBDDF

Text Example


Text Example

White with #AEBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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