Html Css Color HEX #AEB3ED Perano

📋 copy color: '#AEB3ED'

red 174 ◦ green 179 ◦ blue 237

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

Shades of Perano #AEB3ED

Tints of Perano #AEB3ED

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.34%

 BLUE value IS 237 (92.97% from 255) = 40.17%

R = 29.49%
G = 30.34%
B = 40.17%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEB3ED (or 0xAEB3ED) is known color: Perano. HEX triplet: AE, B3 and ED. RGB value is (174,179,237). Sum of RGB (Red+Green+Blue) = 174+179+237=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEB3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB3ED is #514C12. Grayscale: #B7B7B7. Windows color (decimal): -5327891 or 15578030. OLE color: 15578030.

HSL color Cylindrical-coordinate representation of color #AEB3ED: hue angle of 235.24º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB3ED is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 179 237 -
CMYK 0.27 0.24 0 0.07
HSL 235.24º 0.64% 0.81% -
HSV(B) 235.24º 0.27% 0.93% -
XYZ 48.86 47.35 86.69 -
YUV 184.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 174 179 237 0.27 0.24 0 0.07 235.24 0.64 0.81
Hex AE B3 ED 1B 18 0 7 EB 40 51
Octal 256 263 355 33 30 0 7 353 100 121
Binary 10101110 10110011 11101101 11011 11000 0 111 11101011 1000000 1010001

Color Harmonies of #AEB3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB3ED

Black with #AEB3ED

Text Example


Text Example

White with #AEB3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB3ED; }

 p { color: rgb(174,179,237); }

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

background-color css

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

 a { background-color: rgb(174,179,237); }

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

border-color css

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

 span { border-color: rgb(174,179,237); }

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