Shades of Paris White #BBCCBE
Tints of Paris White #BBCCBE
RGB
CMYK
RGB Variations
Color information
#BBCCBE (or 0xBBCCBE) is known color: Paris White. HEX triplet: BB, CC and BE. RGB value is (187,204,190). Sum of RGB (Red+Green+Blue) = 187+204+190=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCBE is #443341. Grayscale: #C5C5C5. Windows color (decimal): -4469570 or 12504251. OLE color: 12504251.
HSL color Cylindrical-coordinate representation of color #BBCCBE: hue angle of 130.59º 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 #BBCCBE is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 204 | 190 | - |
CMYK | 0.08 | 0 | 0.07 | 0.2 |
HSL | 130.59º | 0.14% | 0.77% | - |
HSV(B) | 130.59º | 0.08% | 0.8% | - |
XYZ | 51.38 | 57.47 | 57.1 | - |
YUV | 197.32 | 123.87 | 120.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 190 | 0.08 | 0 | 0.07 | 0.2 | 130.59 | 0.14 | 0.77 |
Hex | BB | CC | BE | 8 | 0 | 7 | 14 | 83 | E | 4D |
Octal | 273 | 314 | 276 | 10 | 0 | 7 | 24 | 203 | 16 | 115 |
Binary | 10111011 | 11001100 | 10111110 | 1000 | 0 | 111 | 10100 | 10000011 | 1110 | 1001101 |
Color Harmonies of #BBCCBE
Complementary color
Monochromatic Colors of #BBCCBE
Black with #BBCCBE
Text Example
Text Example
White with #BBCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCBE; }
p { color: rgb(187,204,190); }
H1.HeaderClassName
{
color: #BBCCBE;
}
.AnyTagClassName
{
color: #BBCCBE;
}
</style>
background-color css
<style>
a { background-color: #BBCCBE; }
a { background-color: rgb(187,204,190); }
div.DivClassName
{
background-color: #BBCCBE;
}
.BgClassName
{
background-color: #BBCCBE;
}
</style>
border-color css
<style>
span { border-color: #BBCCBE; }
span { border-color: rgb(187,204,190); }
td.TdClassName
{
border-color: #BBCCBE;
}
.TagClassName
{
border-color: #BBCCBE;
}
</style>