#B0C5BF

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

Shades of Opal #B0C5BF

Tints of Opal #B0C5BF

Color information

#B0C5BF (or 0xB0C5BF) is unknown color: approx Opal. HEX triplet: B0, C5 and BF. RGB value is (176,197,191). Sum of RGB (Red+Green+Blue) = 176+197+191=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5BF is #4F3A40. Grayscale: #BEBEBE. Windows color (decimal): -5192257 or 12567984. OLE color: 12567984.

HSL color Cylindrical-coordinate representation of color #B0C5BF: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C5BF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB176197191-
CMYK0.1100.030.23
HSL162.86º15.33%73.14%-
HSV(B)162.86º10.66%77.25%-
XYZ47.2752.9257.01-
YUV190.04128.54117.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.21%
GREEN value IS 197 (77.34% from 255) = 34.93%
BLUE value IS 191 (75% from 255) = 33.87%
R=31.21%
G=34.93%
B=33.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971910.1100.030.23162.8615.3373.14
HexB0C5BFB0317a3f49
Octal26030527713032724317111
Binary1011000011000101101111111011011101111010001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C5BF; }

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

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

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

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

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

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

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

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