#B1C4BE

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

Shades of Opal #B1C4BE

Tints of Opal #B1C4BE

Color information

#B1C4BE (or 0xB1C4BE) is unknown color: approx Opal. HEX triplet: B1, C4 and BE. RGB value is (177,196,190). Sum of RGB (Red+Green+Blue) = 177+196+190=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C4BE is #4E3B41. Grayscale: #BDBDBD. Windows color (decimal): -5126978 or 12502193. OLE color: 12502193.

HSL color Cylindrical-coordinate representation of color #B1C4BE: hue angle of 161.05º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1C4BE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB177196190-
CMYK0.1000.030.23
HSL161.05º13.87%73.14%-
HSV(B)161.05º9.69%76.86%-
XYZ47.1752.5456.37-
YUV189.64128.21118.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.44%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=31.44%
G=34.81%
B=33.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771961900.1000.030.23161.0513.8773.14
HexB1C4BEA0317a1e49
Octal26130427612032724116111
Binary1011000111000100101111101010011101111010000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C4BE; }

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

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

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

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

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

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

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

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