#B9C3C1

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

Shades of Opal #B9C3C1

Tints of Opal #B9C3C1

Color information

#B9C3C1 (or 0xB9C3C1) is unknown color: approx Opal. HEX triplet: B9, C3 and C1. RGB value is (185,195,193). Sum of RGB (Red+Green+Blue) = 185+195+193=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3C1 is #463C3E. Grayscale: #BFBFBF. Windows color (decimal): -4602943 or 12698553. OLE color: 12698553.

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

Color convert

RGB185195193-
CMYK0.0500.010.24
HSL168º7.69%74.51%-
HSV(B)168º5.13%76.47%-
XYZ49.1553.1958.13-
YUV191.78128.69123.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=32.29%
G=34.03%
B=33.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951930.0500.010.241687.6974.51
HexB9C3C150118a884b
Octal2713033015013025010113
Binary10111001110000111100000110101110001010100010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C3C1; }

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

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

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

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

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

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

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

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