Html Css Color HEX #AEB9FC Perano

📋 copy color: '#AEB9FC'

red 174 ◦ green 185 ◦ blue 252

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

Shades of Perano #AEB9FC

Tints of Perano #AEB9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.24%

R = 28.48%
G = 30.28%
B = 41.24%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AEB9FC (or 0xAEB9FC) is known color: Perano. HEX triplet: AE, B9 and FC. RGB value is (174,185,252). Sum of RGB (Red+Green+Blue) = 174+185+252=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEB9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB9FC is #514603. Grayscale: #BDBDBD. Windows color (decimal): -5326340 or 16562606. OLE color: 16562606.

HSL color Cylindrical-coordinate representation of color #AEB9FC: hue angle of 231.54º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEB9FC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 185 252 -
CMYK 0.31 0.27 0 0.01
HSL 231.54º 0.93% 0.84% -
HSV(B) 231.54º 0.31% 0.99% -
XYZ 52.38 50.72 99.13 -
YUV 189.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 174 185 252 0.31 0.27 0 0.01 231.54 0.93 0.84
Hex AE B9 FC 1F 1B 0 1 E8 5D 54
Octal 256 271 374 37 33 0 1 350 135 124
Binary 10101110 10111001 11111100 11111 11011 0 1 11101000 1011101 1010100

Color Harmonies of #AEB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB9FC

Black with #AEB9FC

Text Example


Text Example

White with #AEB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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