Html Css Color HEX #AEB2FF Perano

📋 copy color: '#AEB2FF'

red 174 ◦ green 178 ◦ blue 255

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

Shades of Perano #AEB2FF

Tints of Perano #AEB2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.01%

R = 28.67%
G = 29.32%
B = 42.01%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEB2FF (or 0xAEB2FF) is known color: Perano. HEX triplet: AE, B2 and FF. RGB value is (174,178,255). Sum of RGB (Red+Green+Blue) = 174+178+255=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB2FF is #514D00. Grayscale: #B9B9B9. Windows color (decimal): -5328129 or 16757422. OLE color: 16757422.

HSL color Cylindrical-coordinate representation of color #AEB2FF: hue angle of 237.04º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEB2FF is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 178 255 -
CMYK 0.32 0.30 0 0
HSL 237.04º 1% 0.84% -
HSV(B) 237.04º 0.32% 1% -
XYZ 51.43 48.06 101.17 -
YUV 185.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 174 178 255 0.32 0.30 0 0 237.04 1 0.84
Hex AE B2 FF 20 1E 0 0 ED 64 54
Octal 256 262 377 40 36 0 0 355 144 124
Binary 10101110 10110010 11111111 100000 11110 0 0 11101101 1100100 1010100

Color Harmonies of #AEB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB2FF

Black with #AEB2FF

Text Example


Text Example

White with #AEB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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