#B5AEF9

Color #B5AEF9 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B5AEF9

Tints of Perano #B5AEF9

Color information

#B5AEF9 (or 0xB5AEF9) is unknown color: approx Perano. HEX triplet: B5, AE and F9. RGB value is (181,174,249). Sum of RGB (Red+Green+Blue) = 181+174+249=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #B5AEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AEF9 is #4A5106. Grayscale: #B8B8B8. Windows color (decimal): -4870407 or 16363189. OLE color: 16363189.

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

Color convert

RGB181174249-
CMYK0.270.3000.02
HSL245.6º86.21%82.94%-
HSV(B)245.6º30.12%97.65%-
XYZ51.2946.9495.98-
YUV184.64164.32125.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.97%
GREEN value IS 174 (68.36% from 255) = 28.81%
BLUE value IS 249 (97.66% from 255) = 41.23%
R=29.97%
G=28.81%
B=41.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811742490.270.3000.02245.686.2182.94
HexB5AEF91B1E02f65653
Octal265256371333602366126123
Binary10110101101011101111100111011111100101111011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEF9; }

 p { color: rgb(181,174,249); }

 H1.HeaderClassName
 {
   color: #B5AEF9;
 }
 .AnyTagClassName
 {
   color: #B5AEF9;
 }
</style>
background-color css

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

 a { background-color: rgb(181,174,249); }

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

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

 span { border-color: rgb(181,174,249); }

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