#B5B7EE

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

Shades of Perano #B5B7EE

Tints of Perano #B5B7EE

Color information

#B5B7EE (or 0xB5B7EE) is unknown color: approx Perano. HEX triplet: B5, B7 and EE. RGB value is (181,183,238). Sum of RGB (Red+Green+Blue) = 181+183+238=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B7EE is #4A4811. Grayscale: #BCBCBC. Windows color (decimal): -4868114 or 15644597. OLE color: 15644597.

HSL color Cylindrical-coordinate representation of color #B5B7EE: hue angle of 237.89º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5B7EE is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181183238-
CMYK0.240.2300.07
HSL237.89º62.64%82.16%-
HSV(B)237.89º23.95%93.33%-
XYZ51.4249.8687.8-
YUV188.67155.84122.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.07%
GREEN value IS 183 (71.88% from 255) = 30.40%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=30.07%
G=30.40%
B=39.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811832380.240.2300.07237.8962.6482.16
HexB5B7EE181707ee3f52
Octal26526735630270735677122
Binary10110101101101111110111011000101110111111011101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B7EE; }

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

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

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

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

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

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

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

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