Html Css Color HEX #AEB4DE Perano

📋 copy color: '#AEB4DE'

red 174 ◦ green 180 ◦ blue 222

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

Shades of Perano #AEB4DE

Tints of Perano #AEB4DE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.25%

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 30.21%
G = 31.25%
B = 38.54%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEB4DE (or 0xAEB4DE) is known color: Perano. HEX triplet: AE, B4 and DE. RGB value is (174,180,222). Sum of RGB (Red+Green+Blue) = 174+180+222=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEB4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4DE is #514B21. Grayscale: #B6B6B6. Windows color (decimal): -5327650 or 14595246. OLE color: 14595246.

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

Color convert

RGB 174 180 222 -
CMYK 0.22 0.19 0 0.13
HSL 232.5º 0.42% 0.78% -
HSV(B) 232.5º 0.22% 0.87% -
XYZ 46.96 46.92 75.69 -
YUV 182.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 174 180 222 0.22 0.19 0 0.13 232.5 0.42 0.78
Hex AE B4 DE 16 13 0 D E8 2A 4E
Octal 256 264 336 26 23 0 15 350 52 116
Binary 10101110 10110100 11011110 10110 10011 0 1101 11101000 101010 1001110

Color Harmonies of #AEB4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB4DE

Black with #AEB4DE

Text Example


Text Example

White with #AEB4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB4DE; }

 p { color: rgb(174,180,222); }

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

background-color css

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

 a { background-color: rgb(174,180,222); }

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

border-color css

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

 span { border-color: rgb(174,180,222); }

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