#B4C0BE

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

Shades of Opal #B4C0BE

Tints of Opal #B4C0BE

Color information

#B4C0BE (or 0xB4C0BE) is unknown color: approx Opal. HEX triplet: B4, C0 and BE. RGB value is (180,192,190). Sum of RGB (Red+Green+Blue) = 180+192+190=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0BE is #4B3F41. Grayscale: #BCBCBC. Windows color (decimal): -4931394 or 12501172. OLE color: 12501172.

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

Color convert

RGB180192190-
CMYK0.0600.010.25
HSL170º8.7%72.94%-
HSV(B)170º6.25%75.29%-
XYZ46.9751.1256.11-
YUV188.18129.02122.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.03%
GREEN value IS 192 (75.39% from 255) = 34.16%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=32.03%
G=34.16%
B=33.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921900.0600.010.251708.772.94
HexB4C0BE60119aa949
Octal2643002766013125211111
Binary10110100110000001011111011001110011010101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C0BE; }

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

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

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

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

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

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

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

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