#B5BEFD

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

Shades of Perano #B5BEFD

Tints of Perano #B5BEFD

Color information

#B5BEFD (or 0xB5BEFD) is unknown color: approx Perano. HEX triplet: B5, BE and FD. RGB value is (181,190,253). Sum of RGB (Red+Green+Blue) = 181+190+253=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BEFD is #4A4102. Grayscale: #C2C2C2. Windows color (decimal): -4866307 or 16629429. OLE color: 16629429.

HSL color Cylindrical-coordinate representation of color #B5BEFD: hue angle of 232.5º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5BEFD is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181190253-
CMYK0.280.2500.01
HSL232.5º94.74%85.1%-
HSV(B)232.5º28.46%99.22%-
XYZ55.253.74100.39-
YUV194.49161.02118.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.01%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=29.01%
G=30.45%
B=40.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811902530.280.2500.01232.594.7485.1
HexB5BEFD1C1901e85f55
Octal265276375343101350137125
Binary1011010110111110111111011110011001011110100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEFD; }

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

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

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

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

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

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

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

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