#BBC6BB

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

Shades of Paris White #BBC6BB

Tints of Paris White #BBC6BB

Color information

#BBC6BB (or 0xBBC6BB) is unknown color: approx Paris White. HEX triplet: BB, C6 and BB. RGB value is (187,198,187). Sum of RGB (Red+Green+Blue) = 187+198+187=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6BB is #443944. Grayscale: #C1C1C1. Windows color (decimal): -4471109 or 12306107. OLE color: 12306107.

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

Color convert

RGB187198187-
CMYK0.0600.060.22
HSL120º8.8%75.49%-
HSV(B)120º5.56%77.65%-
XYZ49.6654.5454.92-
YUV193.46124.36123.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=32.69%
G=34.62%
B=32.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981870.0600.060.221208.875.49
HexBBC6BB606167894b
Octal2733062736062617011113
Binary101110111100011010111011110011010110111100010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6BB; }

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

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

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

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

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

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

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

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