#B4C2BE

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

Shades of Opal #B4C2BE

Tints of Opal #B4C2BE

Color information

#B4C2BE (or 0xB4C2BE) is unknown color: approx Opal. HEX triplet: B4, C2 and BE. RGB value is (180,194,190). Sum of RGB (Red+Green+Blue) = 180+194+190=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C2BE is #4B3D41. Grayscale: #BDBDBD. Windows color (decimal): -4930882 or 12501684. OLE color: 12501684.

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

Color convert

RGB180194190-
CMYK0.0700.020.24
HSL162.86º10.29%73.33%-
HSV(B)162.86º7.22%76.08%-
XYZ47.415256.25-
YUV189.36128.36121.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.91%
GREEN value IS 194 (76.17% from 255) = 34.40%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=31.91%
G=34.40%
B=33.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801941900.0700.020.24162.8610.2973.33
HexB4C2BE70218a3a49
Octal2643022767023024312111
Binary101101001100001010111110111010110001010001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C2BE; }

 p { color: rgb(180,194,190); }

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

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

 a { background-color: rgb(180,194,190); }

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

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

 span { border-color: rgb(180,194,190); }

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