Shades of Spindle #BBC3D2
Tints of Spindle #BBC3D2
RGB
CMYK
RGB Variations
Color information
#BBC3D2 (or 0xBBC3D2) is known color: Spindle. HEX triplet: BB, C3 and D2. RGB value is (187,195,210). Sum of RGB (Red+Green+Blue) = 187+195+210=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBC3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3D2 is #443C2D. Grayscale: #C2C2C2. Windows color (decimal): -4471854 or 13812667. OLE color: 13812667.
HSL color Cylindrical-coordinate representation of color #BBC3D2: hue angle of 219.13º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC3D2 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 195 | 210 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.18 |
| HSL | 219.13º | 0.2% | 0.78% | - |
| HSV(B) | 219.13º | 0.11% | 0.82% | - |
| XYZ | 51.64 | 54.25 | 68.72 | - |
| YUV | 194.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 210 | 0.11 | 0.07 | 0 | 0.18 | 219.13 | 0.2 | 0.78 |
| Hex | BB | C3 | D2 | B | 7 | 0 | 12 | DB | 14 | 4E |
| Octal | 273 | 303 | 322 | 13 | 7 | 0 | 22 | 333 | 24 | 116 |
| Binary | 10111011 | 11000011 | 11010010 | 1011 | 111 | 0 | 10010 | 11011011 | 10100 | 1001110 |
Color Harmonies of #BBC3D2
Complementary color
Monochromatic Colors of #BBC3D2
Black with #BBC3D2
Text Example
Text Example
White with #BBC3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3D2; }
p { color: rgb(187,195,210); }
H1.HeaderClassName
{
color: #BBC3D2;
}
.AnyTagClassName
{
color: #BBC3D2;
}
</style>
background-color css
<style>
a { background-color: #BBC3D2; }
a { background-color: rgb(187,195,210); }
div.DivClassName
{
background-color: #BBC3D2;
}
.BgClassName
{
background-color: #BBC3D2;
}
</style>
border-color css
<style>
span { border-color: #BBC3D2; }
span { border-color: rgb(187,195,210); }
td.TdClassName
{
border-color: #BBC3D2;
}
.TagClassName
{
border-color: #BBC3D2;
}
</style>