#B0BBB9

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

Shades of Opal #B0BBB9

Tints of Opal #B0BBB9

Color information

#B0BBB9 (or 0xB0BBB9) is unknown color: approx Opal. HEX triplet: B0, BB and B9. RGB value is (176,187,185). Sum of RGB (Red+Green+Blue) = 176+187+185=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBB9 is #4F4446. Grayscale: #B7B7B7. Windows color (decimal): -5194823 or 12172208. OLE color: 12172208.

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

Color convert

RGB176187185-
CMYK0.0600.010.27
HSL169.09º7.48%71.18%-
HSV(B)169.09º5.88%73.33%-
XYZ44.4348.2752.87-
YUV183.48128.86122.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 185 (72.66% from 255) = 33.76%
R=32.12%
G=34.12%
B=33.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871850.0600.010.27169.097.4871.18
HexB0BBB96011Ba9747
Octal260273271601332517107
Binary1011000010111011101110011100111011101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBB9; }

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

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

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

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

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

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

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

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