#B3C0BD

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

Shades of Opal #B3C0BD

Tints of Opal #B3C0BD

Color information

#B3C0BD (or 0xB3C0BD) is unknown color: approx Opal. HEX triplet: B3, C0 and BD. RGB value is (179,192,189). Sum of RGB (Red+Green+Blue) = 179+192+189=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C0BD is #4C3F42. Grayscale: #BBBBBB. Windows color (decimal): -4996931 or 12435635. OLE color: 12435635.

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

Color convert

RGB179192189-
CMYK0.0700.020.25
HSL166.15º9.35%72.75%-
HSV(B)166.15º6.77%75.29%-
XYZ46.6350.9655.52-
YUV187.77128.69121.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.96%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=31.96%
G=34.29%
B=33.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921890.0700.020.25166.159.3572.75
HexB3C0BD70219a6949
Octal2633002757023124611111
Binary101100111100000010111101111010110011010011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C0BD; }

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

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

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

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

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

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

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

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