Shades of Spindle #BBCDDC
Tints of Spindle #BBCDDC
RGB
CMYK
RGB Variations
Color information
#BBCDDC (or 0xBBCDDC) is known color: Spindle. HEX triplet: BB, CD and DC. RGB value is (187,205,220). Sum of RGB (Red+Green+Blue) = 187+205+220=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDDC is #443223. Grayscale: #C9C9C9. Windows color (decimal): -4469284 or 14470587. OLE color: 14470587.
HSL color Cylindrical-coordinate representation of color #BBCDDC: hue angle of 207.27º 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 #BBCDDC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 205 | 220 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.14 |
| HSL | 207.27º | 0.32% | 0.8% | - |
| HSV(B) | 207.27º | 0.15% | 0.86% | - |
| XYZ | 55.24 | 59.39 | 76.26 | - |
| YUV | 201.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 220 | 0.15 | 0.07 | 0 | 0.14 | 207.27 | 0.32 | 0.8 |
| Hex | BB | CD | DC | F | 7 | 0 | E | CF | 20 | 50 |
| Octal | 273 | 315 | 334 | 17 | 7 | 0 | 16 | 317 | 40 | 120 |
| Binary | 10111011 | 11001101 | 11011100 | 1111 | 111 | 0 | 1110 | 11001111 | 100000 | 1010000 |
Color Harmonies of #BBCDDC
Complementary color
Monochromatic Colors of #BBCDDC
Black with #BBCDDC
Text Example
Text Example
White with #BBCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDDC; }
p { color: rgb(187,205,220); }
H1.HeaderClassName
{
color: #BBCDDC;
}
.AnyTagClassName
{
color: #BBCDDC;
}
</style>
background-color css
<style>
a { background-color: #BBCDDC; }
a { background-color: rgb(187,205,220); }
div.DivClassName
{
background-color: #BBCDDC;
}
.BgClassName
{
background-color: #BBCDDC;
}
</style>
border-color css
<style>
span { border-color: #BBCDDC; }
span { border-color: rgb(187,205,220); }
td.TdClassName
{
border-color: #BBCDDC;
}
.TagClassName
{
border-color: #BBCDDC;
}
</style>