Shades of Scandal #BBD1CF
Tints of Scandal #BBD1CF
RGB
CMYK
RGB Variations
Color information
#BBD1CF (or 0xBBD1CF) is known color: Scandal. HEX triplet: BB, D1 and CF. RGB value is (187,209,207). Sum of RGB (Red+Green+Blue) = 187+209+207=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1CF is #442E30. Grayscale: #CACACA. Windows color (decimal): -4468273 or 13619643. OLE color: 13619643.
HSL color Cylindrical-coordinate representation of color #BBD1CF: hue angle of 174.55º degrees, saturation: 0.19, 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 #BBD1CF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 207 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.18 |
| HSL | 174.55º | 0.19% | 0.78% | - |
| HSV(B) | 174.55º | 0.11% | 0.82% | - |
| XYZ | 54.56 | 60.67 | 67.87 | - |
| YUV | 202.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 207 | 0.11 | 0 | 0.01 | 0.18 | 174.55 | 0.19 | 0.78 |
| Hex | BB | D1 | CF | B | 0 | 1 | 12 | AF | 13 | 4E |
| Octal | 273 | 321 | 317 | 13 | 0 | 1 | 22 | 257 | 23 | 116 |
| Binary | 10111011 | 11010001 | 11001111 | 1011 | 0 | 1 | 10010 | 10101111 | 10011 | 1001110 |
Color Harmonies of #BBD1CF
Complementary color
Monochromatic Colors of #BBD1CF
Black with #BBD1CF
Text Example
Text Example
White with #BBD1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1CF; }
p { color: rgb(187,209,207); }
H1.HeaderClassName
{
color: #BBD1CF;
}
.AnyTagClassName
{
color: #BBD1CF;
}
</style>
background-color css
<style>
a { background-color: #BBD1CF; }
a { background-color: rgb(187,209,207); }
div.DivClassName
{
background-color: #BBD1CF;
}
.BgClassName
{
background-color: #BBD1CF;
}
</style>
border-color css
<style>
span { border-color: #BBD1CF; }
span { border-color: rgb(187,209,207); }
td.TdClassName
{
border-color: #BBD1CF;
}
.TagClassName
{
border-color: #BBD1CF;
}
</style>