#B5AEFA

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

Shades of Perano #B5AEFA

Tints of Perano #B5AEFA

Color information

#B5AEFA (or 0xB5AEFA) is unknown color: approx Perano. HEX triplet: B5, AE and FA. RGB value is (181,174,250). Sum of RGB (Red+Green+Blue) = 181+174+250=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AEFA is #4A5105. Grayscale: #B8B8B8. Windows color (decimal): -4870406 or 16428725. OLE color: 16428725.

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

Color convert

RGB181174250-
CMYK0.280.3000.02
HSL245.53º88.37%83.14%-
HSV(B)245.53º30.4%98.04%-
XYZ51.454796.8-
YUV184.76164.82125.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.92%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=29.92%
G=28.76%
B=41.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811742500.280.3000.02245.5388.3783.14
HexB5AEFA1C1E02f65853
Octal265256372343602366130123
Binary10110101101011101111101011100111100101111011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEFA; }

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

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

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

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

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

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

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

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