#B5BDBB

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

Shades of Opal #B5BDBB

Tints of Opal #B5BDBB

Color information

#B5BDBB (or 0xB5BDBB) is unknown color: approx Opal. HEX triplet: B5, BD and BB. RGB value is (181,189,187). Sum of RGB (Red+Green+Blue) = 181+189+187=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDBB is #4A4244. Grayscale: #BABABA. Windows color (decimal): -4866629 or 12303797. OLE color: 12303797.

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

Color convert

RGB181189187-
CMYK0.0400.010.26
HSL165º5.71%72.55%-
HSV(B)165º4.23%74.12%-
XYZ46.2249.8154.19-
YUV186.38128.35124.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=32.50%
G=33.93%
B=33.57%

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
Decimal1811891870.0400.010.261655.7172.55
HexB5BDBB4011Aa5649
Octal265275273401322456111
Binary1011010110111101101110111000111010101001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDBB; }

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

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

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

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

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

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

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

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