#B5B7FE

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

Shades of Perano #B5B7FE

Tints of Perano #B5B7FE

Color information

#B5B7FE (or 0xB5B7FE) is unknown color: approx Perano. HEX triplet: B5, B7 and FE. RGB value is (181,183,254). Sum of RGB (Red+Green+Blue) = 181+183+254=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B7FE is #4A4801. Grayscale: #BEBEBE. Windows color (decimal): -4868098 or 16693173. OLE color: 16693173.

HSL color Cylindrical-coordinate representation of color #B5B7FE: hue angle of 238.36º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5B7FE is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181183254-
CMYK0.290.2800.00
HSL238.36º97.33%85.29%-
HSV(B)238.36º28.74%99.61%-
XYZ53.8850.85100.74-
YUV190.5163.84121.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.29%
GREEN value IS 183 (71.88% from 255) = 29.61%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=29.29%
G=29.61%
B=41.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811832540.290.2800.00238.3697.3385.29
HexB5B7FE1D1C00ee6155
Octal265267376353400356141125
Binary1011010110110111111111101110111100001110111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B7FE; }

 p { color: rgb(181,183,254); }

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

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

 a { background-color: rgb(181,183,254); }

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

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

 span { border-color: rgb(181,183,254); }

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