#B5BEFA

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

Shades of Perano #B5BEFA

Tints of Perano #B5BEFA

Color information

#B5BEFA (or 0xB5BEFA) is unknown color: approx Perano. HEX triplet: B5, BE and FA. RGB value is (181,190,250). Sum of RGB (Red+Green+Blue) = 181+190+250=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BEFA is #4A4105. Grayscale: #C1C1C1. Windows color (decimal): -4866310 or 16432821. OLE color: 16432821.

HSL color Cylindrical-coordinate representation of color #B5BEFA: hue angle of 232.17º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5BEFA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181190250-
CMYK0.280.2400.02
HSL232.17º87.34%84.51%-
HSV(B)232.17º27.6%98.04%-
XYZ54.7253.5597.89-
YUV194.15159.52118.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.15%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=29.15%
G=30.60%
B=40.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811902500.280.2400.02232.1787.3484.51
HexB5BEFA1C1802e85755
Octal265276372343002350127125
Binary10110101101111101111101011100110000101110100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEFA; }

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

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

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

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

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

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

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

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