#B1C1BD

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

Shades of Opal #B1C1BD

Tints of Opal #B1C1BD

Color information

#B1C1BD (or 0xB1C1BD) is unknown color: approx Opal. HEX triplet: B1, C1 and BD. RGB value is (177,193,189). Sum of RGB (Red+Green+Blue) = 177+193+189=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C1BD is #4E3E42. Grayscale: #BBBBBB. Windows color (decimal): -5127747 or 12435889. OLE color: 12435889.

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

Color convert

RGB177193189-
CMYK0.0800.020.24
HSL165º11.43%72.55%-
HSV(B)165º8.29%75.69%-
XYZ46.3951.1655.57-
YUV187.76128.7120.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=31.66%
G=34.53%
B=33.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931890.0800.020.2416511.4372.55
HexB1C1BD80218a5b49
Octal26130127510023024513111
Binary1011000111000001101111011000010110001010010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C1BD; }

 p { color: rgb(177,193,189); }

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

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

 a { background-color: rgb(177,193,189); }

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

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

 span { border-color: rgb(177,193,189); }

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