Shades of Spindle #BBC5CC
Tints of Spindle #BBC5CC
RGB
CMYK
RGB Variations
Color information
#BBC5CC (or 0xBBC5CC) is known color: Spindle. HEX triplet: BB, C5 and CC. RGB value is (187,197,204). Sum of RGB (Red+Green+Blue) = 187+197+204=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5CC is #443A33. Grayscale: #C2C2C2. Windows color (decimal): -4471348 or 13419963. OLE color: 13419963.
HSL color Cylindrical-coordinate representation of color #BBC5CC: hue angle of 204.71º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC5CC is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 197 | 204 | - |
CMYK | 0.08 | 0.03 | 0 | 0.2 |
HSL | 204.71º | 0.14% | 0.77% | - |
HSV(B) | 204.71º | 0.08% | 0.8% | - |
XYZ | 51.36 | 54.86 | 65.01 | - |
YUV | 194.81 | 133.19 | 122.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 197 | 204 | 0.08 | 0.03 | 0 | 0.2 | 204.71 | 0.14 | 0.77 |
Hex | BB | C5 | CC | 8 | 3 | 0 | 14 | CD | E | 4D |
Octal | 273 | 305 | 314 | 10 | 3 | 0 | 24 | 315 | 16 | 115 |
Binary | 10111011 | 11000101 | 11001100 | 1000 | 11 | 0 | 10100 | 11001101 | 1110 | 1001101 |
Color Harmonies of #BBC5CC
Complementary color
Monochromatic Colors of #BBC5CC
Black with #BBC5CC
Text Example
Text Example
White with #BBC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5CC; }
p { color: rgb(187,197,204); }
H1.HeaderClassName
{
color: #BBC5CC;
}
.AnyTagClassName
{
color: #BBC5CC;
}
</style>
background-color css
<style>
a { background-color: #BBC5CC; }
a { background-color: rgb(187,197,204); }
div.DivClassName
{
background-color: #BBC5CC;
}
.BgClassName
{
background-color: #BBC5CC;
}
</style>
border-color css
<style>
span { border-color: #BBC5CC; }
span { border-color: rgb(187,197,204); }
td.TdClassName
{
border-color: #BBC5CC;
}
.TagClassName
{
border-color: #BBC5CC;
}
</style>