#B0BDBB

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

Shades of Opal #B0BDBB

Tints of Opal #B0BDBB

Color information

#B0BDBB (or 0xB0BDBB) is unknown color: approx Opal. HEX triplet: B0, BD and BB. RGB value is (176,189,187). Sum of RGB (Red+Green+Blue) = 176+189+187=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDBB is #4F4244. Grayscale: #B8B8B8. Windows color (decimal): -5194309 or 12303792. OLE color: 12303792.

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

Color convert

RGB176189187-
CMYK0.0700.010.26
HSL170.77º8.97%71.57%-
HSV(B)170.77º6.88%74.12%-
XYZ45.0749.2154.14-
YUV184.89129.19121.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=31.88%
G=34.24%
B=33.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761891870.0700.010.26170.778.9771.57
HexB0BDBB7011Aab948
Octal2602752737013225311110
Binary10110000101111011011101111101110101010101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDBB; }

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

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

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

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

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

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

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

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