Shades of Spindle #BBC4D8
Tints of Spindle #BBC4D8
RGB
CMYK
RGB Variations
Color information
#BBC4D8 (or 0xBBC4D8) is known color: Spindle. HEX triplet: BB, C4 and D8. RGB value is (187,196,216). Sum of RGB (Red+Green+Blue) = 187+196+216=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBC4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4D8 is #443B27. Grayscale: #C3C3C3. Windows color (decimal): -4471592 or 14206139. OLE color: 14206139.
HSL color Cylindrical-coordinate representation of color #BBC4D8: hue angle of 221.38º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC4D8 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 187 | 196 | 216 | - |
CMYK | 0.13 | 0.09 | 0 | 0.15 |
HSL | 221.38º | 0.27% | 0.79% | - |
HSV(B) | 221.38º | 0.13% | 0.85% | - |
XYZ | 52.63 | 55 | 72.81 | - |
YUV | 195.59 | 139.52 | 121.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 196 | 216 | 0.13 | 0.09 | 0 | 0.15 | 221.38 | 0.27 | 0.79 |
Hex | BB | C4 | D8 | D | 9 | 0 | F | DD | 1B | 4F |
Octal | 273 | 304 | 330 | 15 | 11 | 0 | 17 | 335 | 33 | 117 |
Binary | 10111011 | 11000100 | 11011000 | 1101 | 1001 | 0 | 1111 | 11011101 | 11011 | 1001111 |
Color Harmonies of #BBC4D8
Complementary color
Monochromatic Colors of #BBC4D8
Black with #BBC4D8
Text Example
Text Example
White with #BBC4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4D8; }
p { color: rgb(187,196,216); }
H1.HeaderClassName
{
color: #BBC4D8;
}
.AnyTagClassName
{
color: #BBC4D8;
}
</style>
background-color css
<style>
a { background-color: #BBC4D8; }
a { background-color: rgb(187,196,216); }
div.DivClassName
{
background-color: #BBC4D8;
}
.BgClassName
{
background-color: #BBC4D8;
}
</style>
border-color css
<style>
span { border-color: #BBC4D8; }
span { border-color: rgb(187,196,216); }
td.TdClassName
{
border-color: #BBC4D8;
}
.TagClassName
{
border-color: #BBC4D8;
}
</style>