#B0C7C0

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

Shades of Opal #B0C7C0

Tints of Opal #B0C7C0

Color information

#B0C7C0 (or 0xB0C7C0) is unknown color: approx Opal. HEX triplet: B0, C7 and C0. RGB value is (176,199,192). Sum of RGB (Red+Green+Blue) = 176+199+192=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C7C0 is #4F383F. Grayscale: #BFBFBF. Windows color (decimal): -5191744 or 12634032. OLE color: 12634032.

HSL color Cylindrical-coordinate representation of color #B0C7C0: hue angle of 161.74º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C7C0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB176199192-
CMYK0.1200.040.22
HSL161.74º17.04%73.53%-
HSV(B)161.74º11.56%78.04%-
XYZ47.8453.8857.75-
YUV191.32128.38117.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 199 (78.12% from 255) = 35.10%
BLUE value IS 192 (75.39% from 255) = 33.86%
R=31.04%
G=35.10%
B=33.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761991920.1200.040.22161.7417.0473.53
HexB0C7C0C0416a2114a
Octal26030730014042624221112
Binary101100001100011111000000110001001011010100010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C7C0; }

 p { color: rgb(176,199,192); }

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

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

 a { background-color: rgb(176,199,192); }

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

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

 span { border-color: rgb(176,199,192); }

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