#B9C9BB

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

Shades of Paris White #B9C9BB

Tints of Paris White #B9C9BB

Color information

#B9C9BB (or 0xB9C9BB) is unknown color: approx Paris White. HEX triplet: B9, C9 and BB. RGB value is (185,201,187). Sum of RGB (Red+Green+Blue) = 185+201+187=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C9BB is #463644. Grayscale: #C2C2C2. Windows color (decimal): -4601413 or 12306873. OLE color: 12306873.

HSL color Cylindrical-coordinate representation of color #B9C9BB: hue angle of 127.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9C9BB is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB185201187-
CMYK0.0800.070.21
HSL127.5º12.9%75.69%-
HSV(B)127.5º7.96%78.82%-
XYZ49.8655.6855.13-
YUV194.62123.7121.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 201 (78.91% from 255) = 35.08%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=32.29%
G=35.08%
B=32.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852011870.0800.070.21127.512.975.69
HexB9C9BB807157fd4c
Octal27131127310072517715114
Binary1011100111001001101110111000011110101111111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C9BB; }

 p { color: rgb(185,201,187); }

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

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

 a { background-color: rgb(185,201,187); }

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

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

 span { border-color: rgb(185,201,187); }

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