#BBC2BB

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

Shades of Paris White #BBC2BB

Tints of Paris White #BBC2BB

Color information

#BBC2BB (or 0xBBC2BB) is unknown color: approx Paris White. HEX triplet: BB, C2 and BB. RGB value is (187,194,187). Sum of RGB (Red+Green+Blue) = 187+194+187=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2BB is #443D44. Grayscale: #BFBFBF. Windows color (decimal): -4472133 or 12305083. OLE color: 12305083.

HSL color Cylindrical-coordinate representation of color #BBC2BB: 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.04%. Process color model (Four color, CMYK) of #BBC2BB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB187194187-
CMYK0.0400.040.24
HSL120º5.43%74.71%-
HSV(B)120º3.61%76.08%-
XYZ48.7552.7454.62-
YUV191.11125.68125.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=32.92%
G=34.15%
B=32.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941870.0400.040.241205.4374.71
HexBBC2BB404187854b
Octal273302273404301705113
Binary10111011110000101011101110001001100011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2BB; }

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

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

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

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

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

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

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

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