#B3C4BE

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

Shades of Opal #B3C4BE

Tints of Opal #B3C4BE

Color information

#B3C4BE (or 0xB3C4BE) is unknown color: approx Opal. HEX triplet: B3, C4 and BE. RGB value is (179,196,190). Sum of RGB (Red+Green+Blue) = 179+196+190=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C4BE is #4C3B41. Grayscale: #BEBEBE. Windows color (decimal): -4995906 or 12502195. OLE color: 12502195.

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

Color convert

RGB179196190-
CMYK0.0900.030.23
HSL158.82º12.59%73.53%-
HSV(B)158.82º8.67%76.86%-
XYZ47.6252.7856.39-
YUV190.23127.87119.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=31.68%
G=34.69%
B=33.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791961900.0900.030.23158.8212.5973.53
HexB3C4BE903179fd4a
Octal26330427611032723715112
Binary1011001111000100101111101001011101111001111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C4BE; }

 p { color: rgb(179,196,190); }

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

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

 a { background-color: rgb(179,196,190); }

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

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

 span { border-color: rgb(179,196,190); }

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