#B9C8BC

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

Shades of Paris White #B9C8BC

Tints of Paris White #B9C8BC

Color information

#B9C8BC (or 0xB9C8BC) is unknown color: approx Paris White. HEX triplet: B9, C8 and BC. RGB value is (185,200,188). Sum of RGB (Red+Green+Blue) = 185+200+188=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C8BC is #463743. Grayscale: #C2C2C2. Windows color (decimal): -4601668 or 12372153. OLE color: 12372153.

HSL color Cylindrical-coordinate representation of color #B9C8BC: hue angle of 132º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9C8BC is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB185200188-
CMYK0.0800.060.22
HSL132º12%75.49%-
HSV(B)132º7.5%78.43%-
XYZ49.7455.2555.62-
YUV194.15124.53121.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=32.29%
G=34.90%
B=32.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1852001880.0800.060.221321275.49
HexB9C8BC8061684c4b
Octal27131027410062620414113
Binary10111001110010001011110010000110101101000010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C8BC; }

 p { color: rgb(185,200,188); }

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

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

 a { background-color: rgb(185,200,188); }

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

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

 span { border-color: rgb(185,200,188); }

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