#B9BFBA

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

Shades of Paris White #B9BFBA

Tints of Paris White #B9BFBA

Color information

#B9BFBA (or 0xB9BFBA) is unknown color: approx Paris White. HEX triplet: B9, BF and BA. RGB value is (185,191,186). Sum of RGB (Red+Green+Blue) = 185+191+186=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFBA is #464045. Grayscale: #BCBCBC. Windows color (decimal): -4603974 or 12238777. OLE color: 12238777.

HSL color Cylindrical-coordinate representation of color #B9BFBA: hue angle of 130º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B9BFBA is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB185191186-
CMYK0.0300.030.25
HSL130º4.48%73.73%-
HSV(B)130º3.14%74.9%-
XYZ47.551.1253.82-
YUV188.64126.51125.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=32.92%
G=33.99%
B=33.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911860.0300.030.251304.4873.73
HexB9BFBA303198244a
Octal271277272303312024112
Binary1011100110111111101110101101111001100000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFBA; }

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

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

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

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

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

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

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

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