Shades of Spindle #BBCBD4
Tints of Spindle #BBCBD4
RGB
CMYK
RGB Variations
Color information
#BBCBD4 (or 0xBBCBD4) is known color: Spindle. HEX triplet: BB, CB and D4. RGB value is (187,203,212). Sum of RGB (Red+Green+Blue) = 187+203+212=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBCBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBD4 is #44342B. Grayscale: #C7C7C7. Windows color (decimal): -4469804 or 13945787. OLE color: 13945787.
HSL color Cylindrical-coordinate representation of color #BBCBD4: hue angle of 201.6º 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 #BBCBD4 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 203 | 212 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.17 |
| HSL | 201.6º | 0.23% | 0.78% | - |
| HSV(B) | 201.6º | 0.12% | 0.83% | - |
| XYZ | 53.73 | 58.03 | 70.66 | - |
| YUV | 199.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 212 | 0.12 | 0.04 | 0 | 0.17 | 201.6 | 0.23 | 0.78 |
| Hex | BB | CB | D4 | C | 4 | 0 | 11 | CA | 17 | 4E |
| Octal | 273 | 313 | 324 | 14 | 4 | 0 | 21 | 312 | 27 | 116 |
| Binary | 10111011 | 11001011 | 11010100 | 1100 | 100 | 0 | 10001 | 11001010 | 10111 | 1001110 |
Color Harmonies of #BBCBD4
Complementary color
Monochromatic Colors of #BBCBD4
Black with #BBCBD4
Text Example
Text Example
White with #BBCBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBD4; }
p { color: rgb(187,203,212); }
H1.HeaderClassName
{
color: #BBCBD4;
}
.AnyTagClassName
{
color: #BBCBD4;
}
</style>
background-color css
<style>
a { background-color: #BBCBD4; }
a { background-color: rgb(187,203,212); }
div.DivClassName
{
background-color: #BBCBD4;
}
.BgClassName
{
background-color: #BBCBD4;
}
</style>
border-color css
<style>
span { border-color: #BBCBD4; }
span { border-color: rgb(187,203,212); }
td.TdClassName
{
border-color: #BBCBD4;
}
.TagClassName
{
border-color: #BBCBD4;
}
</style>