#B9C1BF

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

Shades of Opal #B9C1BF

Tints of Opal #B9C1BF

Color information

#B9C1BF (or 0xB9C1BF) is unknown color: approx Opal. HEX triplet: B9, C1 and BF. RGB value is (185,193,191). Sum of RGB (Red+Green+Blue) = 185+193+191=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1BF is #463E40. Grayscale: #BEBEBE. Windows color (decimal): -4603457 or 12566969. OLE color: 12566969.

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

Color convert

RGB185193191-
CMYK0.0400.010.24
HSL165º6.06%74.12%-
HSV(B)165º4.15%75.69%-
XYZ48.4852.2256.81-
YUV190.38128.35124.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.51%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 191 (75% from 255) = 33.57%
R=32.51%
G=33.92%
B=33.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851931910.0400.010.241656.0674.12
HexB9C1BF40118a564a
Octal271301277401302456112
Binary1011100111000001101111111000111000101001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C1BF; }

 p { color: rgb(185,193,191); }

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

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

 a { background-color: rgb(185,193,191); }

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

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

 span { border-color: rgb(185,193,191); }

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