Shades of Scandal #BBD6D4
Tints of Scandal #BBD6D4
RGB
CMYK
RGB Variations
Color information
#BBD6D4 (or 0xBBD6D4) is known color: Scandal. HEX triplet: BB, D6 and D4. RGB value is (187,214,212). Sum of RGB (Red+Green+Blue) = 187+214+212=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6D4 is #44292B. Grayscale: #CDCDCD. Windows color (decimal): -4466988 or 13948603. OLE color: 13948603.
HSL color Cylindrical-coordinate representation of color #BBD6D4: hue angle of 175.56º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD6D4 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 212 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.16 |
| HSL | 175.56º | 0.25% | 0.79% | - |
| HSV(B) | 175.56º | 0.13% | 0.84% | - |
| XYZ | 56.42 | 63.41 | 71.55 | - |
| YUV | 205.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 212 | 0.13 | 0 | 0.01 | 0.16 | 175.56 | 0.25 | 0.79 |
| Hex | BB | D6 | D4 | D | 0 | 1 | 10 | B0 | 19 | 4F |
| Octal | 273 | 326 | 324 | 15 | 0 | 1 | 20 | 260 | 31 | 117 |
| Binary | 10111011 | 11010110 | 11010100 | 1101 | 0 | 1 | 10000 | 10110000 | 11001 | 1001111 |
Color Harmonies of #BBD6D4
Complementary color
Monochromatic Colors of #BBD6D4
Black with #BBD6D4
Text Example
Text Example
White with #BBD6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD6D4; }
p { color: rgb(187,214,212); }
H1.HeaderClassName
{
color: #BBD6D4;
}
.AnyTagClassName
{
color: #BBD6D4;
}
</style>
background-color css
<style>
a { background-color: #BBD6D4; }
a { background-color: rgb(187,214,212); }
div.DivClassName
{
background-color: #BBD6D4;
}
.BgClassName
{
background-color: #BBD6D4;
}
</style>
border-color css
<style>
span { border-color: #BBD6D4; }
span { border-color: rgb(187,214,212); }
td.TdClassName
{
border-color: #BBD6D4;
}
.TagClassName
{
border-color: #BBD6D4;
}
</style>