Shades of Scandal #BBD2CF
Tints of Scandal #BBD2CF
RGB
CMYK
RGB Variations
Color information
#BBD2CF (or 0xBBD2CF) is known color: Scandal. HEX triplet: BB, D2 and CF. RGB value is (187,210,207). Sum of RGB (Red+Green+Blue) = 187+210+207=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2CF is #442D30. Grayscale: #CACACA. Windows color (decimal): -4468017 or 13619899. OLE color: 13619899.
HSL color Cylindrical-coordinate representation of color #BBD2CF: hue angle of 172.17º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD2CF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 207 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.18 |
| HSL | 172.17º | 0.2% | 0.78% | - |
| HSV(B) | 172.17º | 0.11% | 0.82% | - |
| XYZ | 54.8 | 61.16 | 67.95 | - |
| YUV | 202.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 207 | 0.11 | 0 | 0.01 | 0.18 | 172.17 | 0.2 | 0.78 |
| Hex | BB | D2 | CF | B | 0 | 1 | 12 | AC | 14 | 4E |
| Octal | 273 | 322 | 317 | 13 | 0 | 1 | 22 | 254 | 24 | 116 |
| Binary | 10111011 | 11010010 | 11001111 | 1011 | 0 | 1 | 10010 | 10101100 | 10100 | 1001110 |
Color Harmonies of #BBD2CF
Complementary color
Monochromatic Colors of #BBD2CF
Black with #BBD2CF
Text Example
Text Example
White with #BBD2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2CF; }
p { color: rgb(187,210,207); }
H1.HeaderClassName
{
color: #BBD2CF;
}
.AnyTagClassName
{
color: #BBD2CF;
}
</style>
background-color css
<style>
a { background-color: #BBD2CF; }
a { background-color: rgb(187,210,207); }
div.DivClassName
{
background-color: #BBD2CF;
}
.BgClassName
{
background-color: #BBD2CF;
}
</style>
border-color css
<style>
span { border-color: #BBD2CF; }
span { border-color: rgb(187,210,207); }
td.TdClassName
{
border-color: #BBD2CF;
}
.TagClassName
{
border-color: #BBD2CF;
}
</style>