#B0BCB9

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

Shades of Opal #B0BCB9

Tints of Opal #B0BCB9

Color information

#B0BCB9 (or 0xB0BCB9) is unknown color: approx Opal. HEX triplet: B0, BC and B9. RGB value is (176,188,185). Sum of RGB (Red+Green+Blue) = 176+188+185=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCB9 is #4F4346. Grayscale: #B8B8B8. Windows color (decimal): -5194567 or 12172464. OLE color: 12172464.

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

Color convert

RGB176188185-
CMYK0.0600.020.26
HSL165º8.22%71.37%-
HSV(B)165º6.38%73.73%-
XYZ44.6448.752.95-
YUV184.07128.52122.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=32.06%
G=34.24%
B=33.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881850.0600.020.261658.2271.37
HexB0BCB96021Aa5847
Octal2602742716023224510107
Binary101100001011110010111001110010110101010010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCB9; }

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

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

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

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

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

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

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

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