#B9C3BA

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

Shades of Paris White #B9C3BA

Tints of Paris White #B9C3BA

Color information

#B9C3BA (or 0xB9C3BA) is unknown color: approx Paris White. HEX triplet: B9, C3 and BA. RGB value is (185,195,186). Sum of RGB (Red+Green+Blue) = 185+195+186=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3BA is #463C45. Grayscale: #BFBFBF. Windows color (decimal): -4602950 or 12239801. OLE color: 12239801.

HSL color Cylindrical-coordinate representation of color #B9C3BA: hue angle of 126º 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 #B9C3BA is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB185195186-
CMYK0.0500.050.24
HSL126º7.69%74.51%-
HSV(B)126º5.13%76.47%-
XYZ48.3952.8954.11-
YUV190.98125.19123.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 195 (76.56% from 255) = 34.45%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=32.69%
G=34.45%
B=32.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951860.0500.050.241267.6974.51
HexB9C3BA505187e84b
Octal2713032725053017610113
Binary101110011100001110111010101010111000111111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C3BA; }

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

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

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

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

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

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

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

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