#B3C3BF

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

Shades of Opal #B3C3BF

Tints of Opal #B3C3BF

Color information

#B3C3BF (or 0xB3C3BF) is unknown color: approx Opal. HEX triplet: B3, C3 and BF. RGB value is (179,195,191). Sum of RGB (Red+Green+Blue) = 179+195+191=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3BF is #4C3C40. Grayscale: #BDBDBD. Windows color (decimal): -4996161 or 12567475. OLE color: 12567475.

HSL color Cylindrical-coordinate representation of color #B3C3BF: hue angle of 165º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3C3BF is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB179195191-
CMYK0.0800.020.24
HSL165º11.76%73.33%-
HSV(B)165º8.21%76.47%-
XYZ47.5152.3856.9-
YUV189.76128.7120.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 195 (76.56% from 255) = 34.51%
BLUE value IS 191 (75% from 255) = 33.81%
R=31.68%
G=34.51%
B=33.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791951910.0800.020.2416511.7673.33
HexB3C3BF80218a5c49
Octal26330327710023024514111
Binary1011001111000011101111111000010110001010010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C3BF; }

 p { color: rgb(179,195,191); }

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

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

 a { background-color: rgb(179,195,191); }

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

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

 span { border-color: rgb(179,195,191); }

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