Shades of Paris White #BBCCBD
Tints of Paris White #BBCCBD
RGB
CMYK
RGB Variations
Color information
#BBCCBD (or 0xBBCCBD) is known color: Paris White. HEX triplet: BB, CC and BD. RGB value is (187,204,189). Sum of RGB (Red+Green+Blue) = 187+204+189=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCBD is #443342. Grayscale: #C5C5C5. Windows color (decimal): -4469571 or 12438715. OLE color: 12438715.
HSL color Cylindrical-coordinate representation of color #BBCCBD: hue angle of 127.06º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCBD is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 189 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.2 |
| HSL | 127.06º | 0.14% | 0.77% | - |
| HSV(B) | 127.06º | 0.08% | 0.8% | - |
| XYZ | 51.27 | 57.42 | 56.53 | - |
| YUV | 197.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 189 | 0.08 | 0 | 0.07 | 0.2 | 127.06 | 0.14 | 0.77 |
| Hex | BB | CC | BD | 8 | 0 | 7 | 14 | 7F | E | 4D |
| Octal | 273 | 314 | 275 | 10 | 0 | 7 | 24 | 177 | 16 | 115 |
| Binary | 10111011 | 11001100 | 10111101 | 1000 | 0 | 111 | 10100 | 1111111 | 1110 | 1001101 |
Color Harmonies of #BBCCBD
Complementary color
Monochromatic Colors of #BBCCBD
Black with #BBCCBD
Text Example
Text Example
White with #BBCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCBD; }
p { color: rgb(187,204,189); }
H1.HeaderClassName
{
color: #BBCCBD;
}
.AnyTagClassName
{
color: #BBCCBD;
}
</style>
background-color css
<style>
a { background-color: #BBCCBD; }
a { background-color: rgb(187,204,189); }
div.DivClassName
{
background-color: #BBCCBD;
}
.BgClassName
{
background-color: #BBCCBD;
}
</style>
border-color css
<style>
span { border-color: #BBCCBD; }
span { border-color: rgb(187,204,189); }
td.TdClassName
{
border-color: #BBCCBD;
}
.TagClassName
{
border-color: #BBCCBD;
}
</style>