#B0BEBC

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

Shades of Opal #B0BEBC

Tints of Opal #B0BEBC

Color information

#B0BEBC (or 0xB0BEBC) is unknown color: approx Opal. HEX triplet: B0, BE and BC. RGB value is (176,190,188). Sum of RGB (Red+Green+Blue) = 176+190+188=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BEBC is #4F4143. Grayscale: #B9B9B9. Windows color (decimal): -5194052 or 12369584. OLE color: 12369584.

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

Color convert

RGB176190188-
CMYK0.0700.010.25
HSL171.43º9.72%71.76%-
HSV(B)171.43º7.37%74.51%-
XYZ45.449.6954.78-
YUV185.59129.36121.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=31.77%
G=34.30%
B=33.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901880.0700.010.25171.439.7271.76
HexB0BEBC70119aba48
Octal2602762747013125312110
Binary10110000101111101011110011101110011010101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEBC; }

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

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

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

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

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

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

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

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