#B5BCEB

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

Shades of Perano #B5BCEB

Tints of Perano #B5BCEB

Color information

#B5BCEB (or 0xB5BCEB) is unknown color: approx Perano. HEX triplet: B5, BC and EB. RGB value is (181,188,235). Sum of RGB (Red+Green+Blue) = 181+188+235=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BCEB is #4A4314. Grayscale: #BFBFBF. Windows color (decimal): -4866837 or 15449269. OLE color: 15449269.

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

Color convert

RGB181188235-
CMYK0.230.200.08
HSL232.22º57.45%81.57%-
HSV(B)232.22º22.98%92.16%-
XYZ52.0351.7985.85-
YUV191.26152.68120.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.97%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=29.97%
G=31.13%
B=38.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811882350.230.200.08232.2257.4581.57
HexB5BCEB171408e83952
Octal265274353272401035071122
Binary101101011011110011101011101111010001000111010001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCEB; }

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

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

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

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

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

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

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

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