#BBC1BB

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

Shades of Paris White #BBC1BB

Tints of Paris White #BBC1BB

Color information

#BBC1BB (or 0xBBC1BB) is unknown color: approx Paris White. HEX triplet: BB, C1 and BB. RGB value is (187,193,187). Sum of RGB (Red+Green+Blue) = 187+193+187=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1BB is #443E44. Grayscale: #BEBEBE. Windows color (decimal): -4472389 or 12304827. OLE color: 12304827.

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

Color convert

RGB187193187-
CMYK0.0300.030.24
HSL120º4.62%74.51%-
HSV(B)120º3.11%75.69%-
XYZ48.5352.2954.55-
YUV190.52126.01125.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 193 (75.78% from 255) = 34.04%
BLUE value IS 187 (73.44% from 255) = 32.98%
R=32.98%
G=34.04%
B=32.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931870.0300.030.241204.6274.51
HexBBC1BB303187854b
Octal273301273303301705113
Binary101110111100000110111011110111100011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1BB; }

 p { color: rgb(187,193,187); }

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

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

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

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

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

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

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