#B0C3BE

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

Shades of Opal #B0C3BE

Tints of Opal #B0C3BE

Color information

#B0C3BE (or 0xB0C3BE) is unknown color: approx Opal. HEX triplet: B0, C3 and BE. RGB value is (176,195,190). Sum of RGB (Red+Green+Blue) = 176+195+190=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C3BE is #4F3C41. Grayscale: #BCBCBC. Windows color (decimal): -5192770 or 12501936. OLE color: 12501936.

HSL color Cylindrical-coordinate representation of color #B0C3BE: hue angle of 164.21º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0C3BE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB176195190-
CMYK0.1000.030.24
HSL164.21º13.67%72.75%-
HSV(B)164.21º9.74%76.47%-
XYZ46.7151.9856.29-
YUV188.75128.71118.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=31.37%
G=34.76%
B=33.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951900.1000.030.24164.2113.6772.75
HexB0C3BEA0318a4e49
Octal26030327612033024416111
Binary1011000011000011101111101010011110001010010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C3BE; }

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

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

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

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

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

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

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

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