#BBCBBB

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

Shades of Paris White #BBCBBB

Tints of Paris White #BBCBBB

Color information

#BBCBBB (or 0xBBCBBB) is unknown color: approx Paris White. HEX triplet: BB, CB and BB. RGB value is (187,203,187). Sum of RGB (Red+Green+Blue) = 187+203+187=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBBB is #443444. Grayscale: #C4C4C4. Windows color (decimal): -4469829 or 12307387. OLE color: 12307387.

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

Color convert

RGB187203187-
CMYK0.0800.080.20
HSL120º13.33%76.47%-
HSV(B)120º7.88%79.61%-
XYZ50.8256.8655.31-
YUV196.39122.7121.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=32.41%
G=35.18%
B=32.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031870.0800.080.2012013.3376.47
HexBBCBBB8081478d4c
Octal273313273100102417015114
Binary10111011110010111011101110000100010100111100011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBBB; }

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

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

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

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

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

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

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

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