Shades of Spindle #BBC4D3
Tints of Spindle #BBC4D3
RGB
CMYK
RGB Variations
Color information
#BBC4D3 (or 0xBBC4D3) is known color: Spindle. HEX triplet: BB, C4 and D3. RGB value is (187,196,211). Sum of RGB (Red+Green+Blue) = 187+196+211=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBC4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4D3 is #443B2C. Grayscale: #C2C2C2. Windows color (decimal): -4471597 or 13878459. OLE color: 13878459.
HSL color Cylindrical-coordinate representation of color #BBC4D3: hue angle of 217.5º 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 #BBC4D3 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 196 | 211 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.17 |
| HSL | 217.5º | 0.21% | 0.78% | - |
| HSV(B) | 217.5º | 0.11% | 0.83% | - |
| XYZ | 51.99 | 54.75 | 69.46 | - |
| YUV | 195.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 211 | 0.11 | 0.07 | 0 | 0.17 | 217.5 | 0.21 | 0.78 |
| Hex | BB | C4 | D3 | B | 7 | 0 | 11 | DA | 15 | 4E |
| Octal | 273 | 304 | 323 | 13 | 7 | 0 | 21 | 332 | 25 | 116 |
| Binary | 10111011 | 11000100 | 11010011 | 1011 | 111 | 0 | 10001 | 11011010 | 10101 | 1001110 |
Color Harmonies of #BBC4D3
Complementary color
Monochromatic Colors of #BBC4D3
Black with #BBC4D3
Text Example
Text Example
White with #BBC4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4D3; }
p { color: rgb(187,196,211); }
H1.HeaderClassName
{
color: #BBC4D3;
}
.AnyTagClassName
{
color: #BBC4D3;
}
</style>
background-color css
<style>
a { background-color: #BBC4D3; }
a { background-color: rgb(187,196,211); }
div.DivClassName
{
background-color: #BBC4D3;
}
.BgClassName
{
background-color: #BBC4D3;
}
</style>
border-color css
<style>
span { border-color: #BBC4D3; }
span { border-color: rgb(187,196,211); }
td.TdClassName
{
border-color: #BBC4D3;
}
.TagClassName
{
border-color: #BBC4D3;
}
</style>