#BBC8BD

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

Shades of Paris White #BBC8BD

Tints of Paris White #BBC8BD

Color information

#BBC8BD (or 0xBBC8BD) is unknown color: approx Paris White. HEX triplet: BB, C8 and BD. RGB value is (187,200,189). Sum of RGB (Red+Green+Blue) = 187+200+189=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8BD is #443742. Grayscale: #C2C2C2. Windows color (decimal): -4470595 or 12437691. OLE color: 12437691.

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

Color convert

RGB187200189-
CMYK0.0600.060.22
HSL129.23º10.57%75.88%-
HSV(B)129.23º6.5%78.43%-
XYZ50.3355.5556.21-
YUV194.86124.69122.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 200 (78.52% from 255) = 34.72%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=32.47%
G=34.72%
B=32.81%

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
Decimal1872001890.0600.060.22129.2310.5775.88
HexBBC8BD6061681b4c
Octal2733102756062620113114
Binary1011101111001000101111011100110101101000000110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8BD; }

 p { color: rgb(187,200,189); }

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

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

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

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

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

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

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