Html Css Color HEX #AEB9FA Perano

📋 copy color: '#AEB9FA'

red 174 ◦ green 185 ◦ blue 250

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

Shades of Perano #AEB9FA

Tints of Perano #AEB9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.38%

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

R = 28.57%
G = 30.38%
B = 41.05%

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

#AEB9FA (or 0xAEB9FA) is known color: Perano. HEX triplet: AE, B9 and FA. RGB value is (174,185,250). Sum of RGB (Red+Green+Blue) = 174+185+250=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEB9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB9FA is #514605. Grayscale: #BCBCBC. Windows color (decimal): -5326342 or 16431534. OLE color: 16431534.

HSL color Cylindrical-coordinate representation of color #AEB9FA: hue angle of 231.32º 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 #AEB9FA is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 185 250 -
CMYK 0.30 0.26 0 0.02
HSL 231.32º 0.88% 0.83% -
HSV(B) 231.32º 0.3% 0.98% -
XYZ 52.06 50.6 97.47 -
YUV 189.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 174 185 250 0.30 0.26 0 0.02 231.32 0.88 0.83
Hex AE B9 FA 1E 1A 0 2 E7 58 53
Octal 256 271 372 36 32 0 2 347 130 123
Binary 10101110 10111001 11111010 11110 11010 0 10 11100111 1011000 1010011

Color Harmonies of #AEB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB9FA

Black with #AEB9FA

Text Example


Text Example

White with #AEB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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