#B0BFBC

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

Shades of Opal #B0BFBC

Tints of Opal #B0BFBC

Color information

#B0BFBC (or 0xB0BFBC) is unknown color: approx Opal. HEX triplet: B0, BF and BC. RGB value is (176,191,188). Sum of RGB (Red+Green+Blue) = 176+191+188=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFBC is #4F4043. Grayscale: #BABABA. Windows color (decimal): -5193796 or 12369840. OLE color: 12369840.

HSL color Cylindrical-coordinate representation of color #B0BFBC: hue angle of 168º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0BFBC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB176191188-
CMYK0.0800.020.25
HSL168º10.49%71.96%-
HSV(B)168º7.85%74.9%-
XYZ45.6150.1254.85-
YUV186.17129.03120.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=31.71%
G=34.41%
B=33.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911880.0800.020.2516810.4971.96
HexB0BFBC80219a8a48
Octal26027727410023125012110
Binary1011000010111111101111001000010110011010100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFBC; }

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

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

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

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

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

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

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

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