Html Css Color HEX #AEB8FF Perano

📋 copy color: '#AEB8FF'

red 174 ◦ green 184 ◦ blue 255

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

Shades of Perano #AEB8FF

Tints of Perano #AEB8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.02%

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

R = 28.38%
G = 30.02%
B = 41.6%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AEB8FF (or 0xAEB8FF) is known color: Perano. HEX triplet: AE, B8 and FF. RGB value is (174,184,255). Sum of RGB (Red+Green+Blue) = 174+184+255=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEB8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB8FF is #514700. Grayscale: #BCBCBC. Windows color (decimal): -5326593 or 16758958. OLE color: 16758958.

HSL color Cylindrical-coordinate representation of color #AEB8FF: hue angle of 232.59º 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 #AEB8FF is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 184 255 -
CMYK 0.32 0.28 0 0
HSL 232.59º 1% 0.84% -
HSV(B) 232.59º 0.32% 1% -
XYZ 52.65 50.5 101.58 -
YUV 189.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 174 184 255 0.32 0.28 0 0 232.59 1 0.84
Hex AE B8 FF 20 1C 0 0 E9 64 54
Octal 256 270 377 40 34 0 0 351 144 124
Binary 10101110 10111000 11111111 100000 11100 0 0 11101001 1100100 1010100

Color Harmonies of #AEB8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8FF

Black with #AEB8FF

Text Example


Text Example

White with #AEB8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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