#B5BCBA

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

Shades of Opal #B5BCBA

Tints of Opal #B5BCBA

Color information

#B5BCBA (or 0xB5BCBA) is unknown color: approx Opal. HEX triplet: B5, BC and BA. RGB value is (181,188,186). Sum of RGB (Red+Green+Blue) = 181+188+186=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCBA is #4A4345. Grayscale: #B9B9B9. Windows color (decimal): -4866886 or 12238005. OLE color: 12238005.

HSL color Cylindrical-coordinate representation of color #B5BCBA: hue angle of 162.86º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5BCBA is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB181188186-
CMYK0.0400.010.26
HSL162.86º4.96%72.35%-
HSV(B)162.86º3.72%73.73%-
XYZ45.949.3453.56-
YUV185.68128.18124.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=32.61%
G=33.87%
B=33.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811881860.0400.010.26162.864.9672.35
HexB5BCBA4011Aa3548
Octal265274272401322435110
Binary1011010110111100101110101000111010101000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCBA; }

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

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

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

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

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

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

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

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