Html Css Color HEX #AEB8FA Perano

📋 copy color: '#AEB8FA'

red 174 ◦ green 184 ◦ blue 250

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

Shades of Perano #AEB8FA

Tints of Perano #AEB8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.12%

R = 28.62%
G = 30.26%
B = 41.12%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEB8FA (or 0xAEB8FA) is known color: Perano. HEX triplet: AE, B8 and FA. RGB value is (174,184,250). Sum of RGB (Red+Green+Blue) = 174+184+250=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEB8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB8FA is #514705. Grayscale: #BCBCBC. Windows color (decimal): -5326598 or 16431278. OLE color: 16431278.

HSL color Cylindrical-coordinate representation of color #AEB8FA: hue angle of 232.11º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB8FA is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 184 250 -
CMYK 0.30 0.26 0 0.02
HSL 232.11º 0.88% 0.83% -
HSV(B) 232.11º 0.3% 0.98% -
XYZ 51.85 50.18 97.4 -
YUV 188.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 174 184 250 0.30 0.26 0 0.02 232.11 0.88 0.83
Hex AE B8 FA 1E 1A 0 2 E8 58 53
Octal 256 270 372 36 32 0 2 350 130 123
Binary 10101110 10111000 11111010 11110 11010 0 10 11101000 1011000 1010011

Color Harmonies of #AEB8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB8FA

Black with #AEB8FA

Text Example


Text Example

White with #AEB8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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