Shades of Spindle #BBC4D4
Tints of Spindle #BBC4D4
RGB
CMYK
RGB Variations
Color information
#BBC4D4 (or 0xBBC4D4) is known color: Spindle. HEX triplet: BB, C4 and D4. RGB value is (187,196,212). Sum of RGB (Red+Green+Blue) = 187+196+212=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBC4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4D4 is #443B2B. Grayscale: #C3C3C3. Windows color (decimal): -4471596 or 13943995. OLE color: 13943995.
HSL color Cylindrical-coordinate representation of color #BBC4D4: hue angle of 218.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC4D4 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 196 | 212 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.17 |
| HSL | 218.4º | 0.23% | 0.78% | - |
| HSV(B) | 218.4º | 0.12% | 0.83% | - |
| XYZ | 52.12 | 54.8 | 70.12 | - |
| YUV | 195.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 212 | 0.12 | 0.08 | 0 | 0.17 | 218.4 | 0.23 | 0.78 |
| Hex | BB | C4 | D4 | C | 8 | 0 | 11 | DA | 17 | 4E |
| Octal | 273 | 304 | 324 | 14 | 10 | 0 | 21 | 332 | 27 | 116 |
| Binary | 10111011 | 11000100 | 11010100 | 1100 | 1000 | 0 | 10001 | 11011010 | 10111 | 1001110 |
Color Harmonies of #BBC4D4
Complementary color
Monochromatic Colors of #BBC4D4
Black with #BBC4D4
Text Example
Text Example
White with #BBC4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4D4; }
p { color: rgb(187,196,212); }
H1.HeaderClassName
{
color: #BBC4D4;
}
.AnyTagClassName
{
color: #BBC4D4;
}
</style>
background-color css
<style>
a { background-color: #BBC4D4; }
a { background-color: rgb(187,196,212); }
div.DivClassName
{
background-color: #BBC4D4;
}
.BgClassName
{
background-color: #BBC4D4;
}
</style>
border-color css
<style>
span { border-color: #BBC4D4; }
span { border-color: rgb(187,196,212); }
td.TdClassName
{
border-color: #BBC4D4;
}
.TagClassName
{
border-color: #BBC4D4;
}
</style>