Shades of Spindle #BBCBD2
Tints of Spindle #BBCBD2
RGB
CMYK
RGB Variations
Color information
#BBCBD2 (or 0xBBCBD2) is known color: Spindle. HEX triplet: BB, CB and D2. RGB value is (187,203,210). Sum of RGB (Red+Green+Blue) = 187+203+210=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBCBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBD2 is #44342D. Grayscale: #C6C6C6. Windows color (decimal): -4469806 or 13814715. OLE color: 13814715.
HSL color Cylindrical-coordinate representation of color #BBCBD2: hue angle of 198.26º 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 #BBCBD2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 203 | 210 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.18 |
| HSL | 198.26º | 0.2% | 0.78% | - |
| HSV(B) | 198.26º | 0.11% | 0.82% | - |
| XYZ | 53.48 | 57.93 | 69.34 | - |
| YUV | 199.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 210 | 0.11 | 0.03 | 0 | 0.18 | 198.26 | 0.2 | 0.78 |
| Hex | BB | CB | D2 | B | 3 | 0 | 12 | C6 | 14 | 4E |
| Octal | 273 | 313 | 322 | 13 | 3 | 0 | 22 | 306 | 24 | 116 |
| Binary | 10111011 | 11001011 | 11010010 | 1011 | 11 | 0 | 10010 | 11000110 | 10100 | 1001110 |
Color Harmonies of #BBCBD2
Complementary color
Monochromatic Colors of #BBCBD2
Black with #BBCBD2
Text Example
Text Example
White with #BBCBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBD2; }
p { color: rgb(187,203,210); }
H1.HeaderClassName
{
color: #BBCBD2;
}
.AnyTagClassName
{
color: #BBCBD2;
}
</style>
background-color css
<style>
a { background-color: #BBCBD2; }
a { background-color: rgb(187,203,210); }
div.DivClassName
{
background-color: #BBCBD2;
}
.BgClassName
{
background-color: #BBCBD2;
}
</style>
border-color css
<style>
span { border-color: #BBCBD2; }
span { border-color: rgb(187,203,210); }
td.TdClassName
{
border-color: #BBCBD2;
}
.TagClassName
{
border-color: #BBCBD2;
}
</style>