#B1C3BD

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

Shades of Opal #B1C3BD

Tints of Opal #B1C3BD

Color information

#B1C3BD (or 0xB1C3BD) is unknown color: approx Opal. HEX triplet: B1, C3 and BD. RGB value is (177,195,189). Sum of RGB (Red+Green+Blue) = 177+195+189=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3BD is #4E3C42. Grayscale: #BCBCBC. Windows color (decimal): -5127235 or 12436401. OLE color: 12436401.

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

Color convert

RGB177195189-
CMYK0.0900.030.24
HSL160º13.04%72.94%-
HSV(B)160º9.23%76.47%-
XYZ46.8352.0555.72-
YUV188.93128.04119.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=31.55%
G=34.76%
B=33.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951890.0900.030.2416013.0472.94
HexB1C3BD90318a0d49
Octal26130327511033024015111
Binary1011000111000011101111011001011110001010000011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C3BD; }

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

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

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

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

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

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

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

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