#B1C5BE

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

Shades of Opal #B1C5BE

Tints of Opal #B1C5BE

Color information

#B1C5BE (or 0xB1C5BE) is unknown color: approx Opal. HEX triplet: B1, C5 and BE. RGB value is (177,197,190). Sum of RGB (Red+Green+Blue) = 177+197+190=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C5BE is #4E3A41. Grayscale: #BEBEBE. Windows color (decimal): -5126722 or 12502449. OLE color: 12502449.

HSL color Cylindrical-coordinate representation of color #B1C5BE: hue angle of 159º degrees, saturation: 0.15, 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 #B1C5BE is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB177197190-
CMYK0.1000.040.23
HSL159º14.71%73.33%-
HSV(B)159º10.15%77.25%-
XYZ47.395356.45-
YUV190.22127.87118.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 197 (77.34% from 255) = 34.93%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=31.38%
G=34.93%
B=33.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771971900.1000.040.2315914.7173.33
HexB1C5BEA04179ff49
Octal26130527612042723717111
Binary10110001110001011011111010100100101111001111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C5BE; }

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

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

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

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

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

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

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

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