#B0C0BD

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

Shades of Opal #B0C0BD

Tints of Opal #B0C0BD

Color information

#B0C0BD (or 0xB0C0BD) is unknown color: approx Opal. HEX triplet: B0, C0 and BD. RGB value is (176,192,189). Sum of RGB (Red+Green+Blue) = 176+192+189=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0BD is #4F3F42. Grayscale: #BABABA. Windows color (decimal): -5193539 or 12435632. OLE color: 12435632.

HSL color Cylindrical-coordinate representation of color #B0C0BD: hue angle of 168.75º degrees, saturation: 0.11, 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 #B0C0BD is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB176192189-
CMYK0.0800.020.25
HSL168.75º11.27%72.16%-
HSV(B)168.75º8.33%75.29%-
XYZ45.9450.655.49-
YUV186.87129.2120.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 192 (75.39% from 255) = 34.47%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=31.60%
G=34.47%
B=33.93%

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
Decimal1761921890.0800.020.25168.7511.2772.16
HexB0C0BD80219a9b48
Octal26030027510023125113110
Binary1011000011000000101111011000010110011010100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C0BD; }

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

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

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

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

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

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

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

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