Html Css Color HEX #AEB7DE Perano

📋 copy color: '#AEB7DE'

red 174 ◦ green 183 ◦ blue 222

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

Shades of Perano #AEB7DE

Tints of Perano #AEB7DE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.61%

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

R = 30.05%
G = 31.61%
B = 38.34%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEB7DE (or 0xAEB7DE) is known color: Perano. HEX triplet: AE, B7 and DE. RGB value is (174,183,222). Sum of RGB (Red+Green+Blue) = 174+183+222=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEB7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB7DE is #514821. Grayscale: #B8B8B8. Windows color (decimal): -5326882 or 14596014. OLE color: 14596014.

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

Color convert

RGB 174 183 222 -
CMYK 0.22 0.18 0 0.13
HSL 228.75º 0.42% 0.78% -
HSV(B) 228.75º 0.22% 0.87% -
XYZ 47.57 48.14 75.89 -
YUV 184.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 174 183 222 0.22 0.18 0 0.13 228.75 0.42 0.78
Hex AE B7 DE 16 12 0 D E5 2A 4E
Octal 256 267 336 26 22 0 15 345 52 116
Binary 10101110 10110111 11011110 10110 10010 0 1101 11100101 101010 1001110

Color Harmonies of #AEB7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB7DE

Black with #AEB7DE

Text Example


Text Example

White with #AEB7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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