#B5BBEB

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

Shades of Perano #B5BBEB

Tints of Perano #B5BBEB

Color information

#B5BBEB (or 0xB5BBEB) is unknown color: approx Perano. HEX triplet: B5, BB and EB. RGB value is (181,187,235). Sum of RGB (Red+Green+Blue) = 181+187+235=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BBEB is #4A4414. Grayscale: #BEBEBE. Windows color (decimal): -4867093 or 15449013. OLE color: 15449013.

HSL color Cylindrical-coordinate representation of color #B5BBEB: hue angle of 233.33º 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 #B5BBEB is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181187235-
CMYK0.230.2000.08
HSL233.33º57.45%81.57%-
HSV(B)233.33º22.98%92.16%-
XYZ51.8251.3685.78-
YUV190.68153.01121.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.02%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=30.02%
G=31.01%
B=38.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811872350.230.2000.08233.3357.4581.57
HexB5BBEB171408e93952
Octal265273353272401035171122
Binary101101011011101111101011101111010001000111010011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBEB; }

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

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

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

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

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

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

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

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