Html Css Color HEX #AEB9FD Perano

📋 copy color: '#AEB9FD'

red 174 ◦ green 185 ◦ blue 253

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

Shades of Perano #AEB9FD

Tints of Perano #AEB9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 28.43%
G = 30.23%
B = 41.34%

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

#AEB9FD (or 0xAEB9FD) is known color: Perano. HEX triplet: AE, B9 and FD. RGB value is (174,185,253). Sum of RGB (Red+Green+Blue) = 174+185+253=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEB9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB9FD is #514602. Grayscale: #BDBDBD. Windows color (decimal): -5326339 or 16628142. OLE color: 16628142.

HSL color Cylindrical-coordinate representation of color #AEB9FD: hue angle of 231.65º degrees, saturation: 0.95, 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 #AEB9FD is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 185 253 -
CMYK 0.31 0.27 0 0.01
HSL 231.65º 0.95% 0.84% -
HSV(B) 231.65º 0.31% 0.99% -
XYZ 52.53 50.79 99.96 -
YUV 189.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 174 185 253 0.31 0.27 0 0.01 231.65 0.95 0.84
Hex AE B9 FD 1F 1B 0 1 E8 5F 54
Octal 256 271 375 37 33 0 1 350 137 124
Binary 10101110 10111001 11111101 11111 11011 0 1 11101000 1011111 1010100

Color Harmonies of #AEB9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB9FD

Black with #AEB9FD

Text Example


Text Example

White with #AEB9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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