Html Css Color HEX #AEB2EE Perano

📋 copy color: '#AEB2EE'

red 174 ◦ green 178 ◦ blue 238

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

Shades of Perano #AEB2EE

Tints of Perano #AEB2EE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.17%

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 29.49%
G = 30.17%
B = 40.34%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEB2EE (or 0xAEB2EE) is known color: Perano. HEX triplet: AE, B2 and EE. RGB value is (174,178,238). Sum of RGB (Red+Green+Blue) = 174+178+238=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB2EE is #514D11. Grayscale: #B7B7B7. Windows color (decimal): -5328146 or 15643310. OLE color: 15643310.

HSL color Cylindrical-coordinate representation of color #AEB2EE: hue angle of 236.25º degrees, saturation: 0.65, 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 #AEB2EE is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 178 238 -
CMYK 0.27 0.25 0 0.07
HSL 236.25º 0.65% 0.81% -
HSV(B) 236.25º 0.27% 0.93% -
XYZ 48.81 47.01 87.39 -
YUV 183.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 174 178 238 0.27 0.25 0 0.07 236.25 0.65 0.81
Hex AE B2 EE 1B 19 0 7 EC 41 51
Octal 256 262 356 33 31 0 7 354 101 121
Binary 10101110 10110010 11101110 11011 11001 0 111 11101100 1000001 1010001

Color Harmonies of #AEB2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB2EE

Black with #AEB2EE

Text Example


Text Example

White with #AEB2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB2EE; }

 p { color: rgb(174,178,238); }

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

background-color css

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

 a { background-color: rgb(174,178,238); }

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

border-color css

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

 span { border-color: rgb(174,178,238); }

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