#B4C1BE

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

Shades of Opal #B4C1BE

Tints of Opal #B4C1BE

Color information

#B4C1BE (or 0xB4C1BE) is unknown color: approx Opal. HEX triplet: B4, C1 and BE. RGB value is (180,193,190). Sum of RGB (Red+Green+Blue) = 180+193+190=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1BE is #4B3E41. Grayscale: #BCBCBC. Windows color (decimal): -4931138 or 12501428. OLE color: 12501428.

HSL color Cylindrical-coordinate representation of color #B4C1BE: hue angle of 166.15º degrees, saturation: 0.09, 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 #B4C1BE is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB180193190-
CMYK0.0700.020.24
HSL166.15º9.49%73.14%-
HSV(B)166.15º6.74%75.69%-
XYZ47.1951.5656.18-
YUV188.77128.69121.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=31.97%
G=34.28%
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.24
SystemRedGreenBlueCMYKHSL
Decimal1801931900.0700.020.24166.159.4973.14
HexB4C1BE70218a6949
Octal2643012767023024611111
Binary101101001100000110111110111010110001010011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1BE; }

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

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

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

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

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

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

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

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