Shades of Scandal #BBDCDA
Tints of Scandal #BBDCDA
RGB
CMYK
RGB Variations
Color information
#BBDCDA (or 0xBBDCDA) is known color: Scandal. HEX triplet: BB, DC and DA. RGB value is (187,220,218). Sum of RGB (Red+Green+Blue) = 187+220+218=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCDA is #442325. Grayscale: #D1D1D1. Windows color (decimal): -4465446 or 14343355. OLE color: 14343355.
HSL color Cylindrical-coordinate representation of color #BBDCDA: hue angle of 176.36º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCDA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 218 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.14 |
| HSL | 176.36º | 0.32% | 0.8% | - |
| HSV(B) | 176.36º | 0.15% | 0.86% | - |
| XYZ | 58.74 | 66.81 | 76.13 | - |
| YUV | 209.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 218 | 0.15 | 0 | 0.01 | 0.14 | 176.36 | 0.32 | 0.8 |
| Hex | BB | DC | DA | F | 0 | 1 | E | B0 | 20 | 50 |
| Octal | 273 | 334 | 332 | 17 | 0 | 1 | 16 | 260 | 40 | 120 |
| Binary | 10111011 | 11011100 | 11011010 | 1111 | 0 | 1 | 1110 | 10110000 | 100000 | 1010000 |
Color Harmonies of #BBDCDA
Complementary color
Monochromatic Colors of #BBDCDA
Black with #BBDCDA
Text Example
Text Example
White with #BBDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCDA; }
p { color: rgb(187,220,218); }
H1.HeaderClassName
{
color: #BBDCDA;
}
.AnyTagClassName
{
color: #BBDCDA;
}
</style>
background-color css
<style>
a { background-color: #BBDCDA; }
a { background-color: rgb(187,220,218); }
div.DivClassName
{
background-color: #BBDCDA;
}
.BgClassName
{
background-color: #BBDCDA;
}
</style>
border-color css
<style>
span { border-color: #BBDCDA; }
span { border-color: rgb(187,220,218); }
td.TdClassName
{
border-color: #BBDCDA;
}
.TagClassName
{
border-color: #BBDCDA;
}
</style>