#B5B6EB

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

Shades of Perano #B5B6EB

Tints of Perano #B5B6EB

Color information

#B5B6EB (or 0xB5B6EB) is unknown color: approx Perano. HEX triplet: B5, B6 and EB. RGB value is (181,182,235). Sum of RGB (Red+Green+Blue) = 181+182+235=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5B6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B6EB is #4A4914. Grayscale: #BBBBBB. Windows color (decimal): -4868373 or 15447733. OLE color: 15447733.

HSL color Cylindrical-coordinate representation of color #B5B6EB: hue angle of 238.89º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5B6EB is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181182235-
CMYK0.230.2300.08
HSL238.89º57.45%81.57%-
HSV(B)238.89º22.98%92.16%-
XYZ50.7849.2885.43-
YUV187.74154.67123.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.27%
GREEN value IS 182 (71.48% from 255) = 30.43%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=30.27%
G=30.43%
B=39.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811822350.230.2300.08238.8957.4581.57
HexB5B6EB171708ef3952
Octal265266353272701035771122
Binary101101011011011011101011101111011101000111011111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B6EB; }

 p { color: rgb(181,182,235); }

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

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

 a { background-color: rgb(181,182,235); }

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

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

 span { border-color: rgb(181,182,235); }

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