Shades of Scandal #BBD3CF
Tints of Scandal #BBD3CF
RGB
CMYK
RGB Variations
Color information
#BBD3CF (or 0xBBD3CF) is known color: Scandal. HEX triplet: BB, D3 and CF. RGB value is (187,211,207). Sum of RGB (Red+Green+Blue) = 187+211+207=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3CF is #442C30. Grayscale: #CBCBCB. Windows color (decimal): -4467761 or 13620155. OLE color: 13620155.
HSL color Cylindrical-coordinate representation of color #BBD3CF: hue angle of 170º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD3CF is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 207 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.17 |
| HSL | 170º | 0.21% | 0.78% | - |
| HSV(B) | 170º | 0.11% | 0.83% | - |
| XYZ | 55.05 | 61.66 | 68.03 | - |
| YUV | 203.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 207 | 0.11 | 0 | 0.02 | 0.17 | 170 | 0.21 | 0.78 |
| Hex | BB | D3 | CF | B | 0 | 2 | 11 | AA | 15 | 4E |
| Octal | 273 | 323 | 317 | 13 | 0 | 2 | 21 | 252 | 25 | 116 |
| Binary | 10111011 | 11010011 | 11001111 | 1011 | 0 | 10 | 10001 | 10101010 | 10101 | 1001110 |
Color Harmonies of #BBD3CF
Complementary color
Monochromatic Colors of #BBD3CF
Black with #BBD3CF
Text Example
Text Example
White with #BBD3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3CF; }
p { color: rgb(187,211,207); }
H1.HeaderClassName
{
color: #BBD3CF;
}
.AnyTagClassName
{
color: #BBD3CF;
}
</style>
background-color css
<style>
a { background-color: #BBD3CF; }
a { background-color: rgb(187,211,207); }
div.DivClassName
{
background-color: #BBD3CF;
}
.BgClassName
{
background-color: #BBD3CF;
}
</style>
border-color css
<style>
span { border-color: #BBD3CF; }
span { border-color: rgb(187,211,207); }
td.TdClassName
{
border-color: #BBD3CF;
}
.TagClassName
{
border-color: #BBD3CF;
}
</style>