Shades of Spindle #BBCCD3
Tints of Spindle #BBCCD3
RGB
CMYK
RGB Variations
Color information
#BBCCD3 (or 0xBBCCD3) is known color: Spindle. HEX triplet: BB, CC and D3. RGB value is (187,204,211). Sum of RGB (Red+Green+Blue) = 187+204+211=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBCCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD3 is #44332C. Grayscale: #C7C7C7. Windows color (decimal): -4469549 or 13880507. OLE color: 13880507.
HSL color Cylindrical-coordinate representation of color #BBCCD3: hue angle of 197.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCCD3 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 204 | 211 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.17 |
| HSL | 197.5º | 0.21% | 0.78% | - |
| HSV(B) | 197.5º | 0.11% | 0.83% | - |
| XYZ | 53.84 | 58.45 | 70.07 | - |
| YUV | 199.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 211 | 0.11 | 0.03 | 0 | 0.17 | 197.5 | 0.21 | 0.78 |
| Hex | BB | CC | D3 | B | 3 | 0 | 11 | C6 | 15 | 4E |
| Octal | 273 | 314 | 323 | 13 | 3 | 0 | 21 | 306 | 25 | 116 |
| Binary | 10111011 | 11001100 | 11010011 | 1011 | 11 | 0 | 10001 | 11000110 | 10101 | 1001110 |
Color Harmonies of #BBCCD3
Complementary color
Monochromatic Colors of #BBCCD3
Black with #BBCCD3
Text Example
Text Example
White with #BBCCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCD3; }
p { color: rgb(187,204,211); }
H1.HeaderClassName
{
color: #BBCCD3;
}
.AnyTagClassName
{
color: #BBCCD3;
}
</style>
background-color css
<style>
a { background-color: #BBCCD3; }
a { background-color: rgb(187,204,211); }
div.DivClassName
{
background-color: #BBCCD3;
}
.BgClassName
{
background-color: #BBCCD3;
}
</style>
border-color css
<style>
span { border-color: #BBCCD3; }
span { border-color: rgb(187,204,211); }
td.TdClassName
{
border-color: #BBCCD3;
}
.TagClassName
{
border-color: #BBCCD3;
}
</style>