Shades of Spindle #BBC3D0
Tints of Spindle #BBC3D0
RGB
CMYK
RGB Variations
Color information
#BBC3D0 (or 0xBBC3D0) is known color: Spindle. HEX triplet: BB, C3 and D0. RGB value is (187,195,208). Sum of RGB (Red+Green+Blue) = 187+195+208=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBC3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3D0 is #443C2F. Grayscale: #C2C2C2. Windows color (decimal): -4471856 or 13681595. OLE color: 13681595.
HSL color Cylindrical-coordinate representation of color #BBC3D0: hue angle of 217.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC3D0 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 195 | 208 | - |
CMYK | 0.10 | 0.06 | 0 | 0.18 |
HSL | 217.14º | 0.18% | 0.77% | - |
HSV(B) | 217.14º | 0.1% | 0.82% | - |
XYZ | 51.39 | 54.15 | 67.42 | - |
YUV | 194.09 | 135.85 | 122.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 195 | 208 | 0.10 | 0.06 | 0 | 0.18 | 217.14 | 0.18 | 0.77 |
Hex | BB | C3 | D0 | A | 6 | 0 | 12 | D9 | 12 | 4D |
Octal | 273 | 303 | 320 | 12 | 6 | 0 | 22 | 331 | 22 | 115 |
Binary | 10111011 | 11000011 | 11010000 | 1010 | 110 | 0 | 10010 | 11011001 | 10010 | 1001101 |
Color Harmonies of #BBC3D0
Complementary color
Monochromatic Colors of #BBC3D0
Black with #BBC3D0
Text Example
Text Example
White with #BBC3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3D0; }
p { color: rgb(187,195,208); }
H1.HeaderClassName
{
color: #BBC3D0;
}
.AnyTagClassName
{
color: #BBC3D0;
}
</style>
background-color css
<style>
a { background-color: #BBC3D0; }
a { background-color: rgb(187,195,208); }
div.DivClassName
{
background-color: #BBC3D0;
}
.BgClassName
{
background-color: #BBC3D0;
}
</style>
border-color css
<style>
span { border-color: #BBC3D0; }
span { border-color: rgb(187,195,208); }
td.TdClassName
{
border-color: #BBC3D0;
}
.TagClassName
{
border-color: #BBC3D0;
}
</style>