#B5BCBB

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

Shades of Opal #B5BCBB

Tints of Opal #B5BCBB

Color information

#B5BCBB (or 0xB5BCBB) is unknown color: approx Opal. HEX triplet: B5, BC and BB. RGB value is (181,188,187). Sum of RGB (Red+Green+Blue) = 181+188+187=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCBB is #4A4344. Grayscale: #B9B9B9. Windows color (decimal): -4866885 or 12303541. OLE color: 12303541.

HSL color Cylindrical-coordinate representation of color #B5BCBB: hue angle of 171.43º 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 #B5BCBB is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB181188187-
CMYK0.0400.010.26
HSL171.43º4.96%72.35%-
HSV(B)171.43º3.72%73.73%-
XYZ46.0149.3854.12-
YUV185.79128.68124.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.55%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=32.55%
G=33.81%
B=33.63%

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
Decimal1811881870.0400.010.26171.434.9672.35
HexB5BCBB4011Aab548
Octal265274273401322535110
Binary1011010110111100101110111000111010101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCBB; }

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

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

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

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

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

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

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

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