Shades of Spindle #BBC2D4
Tints of Spindle #BBC2D4
RGB
CMYK
RGB Variations
Color information
#BBC2D4 (or 0xBBC2D4) is known color: Spindle. HEX triplet: BB, C2 and D4. RGB value is (187,194,212). Sum of RGB (Red+Green+Blue) = 187+194+212=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBC2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2D4 is #443D2B. Grayscale: #C1C1C1. Windows color (decimal): -4472108 or 13943483. OLE color: 13943483.
HSL color Cylindrical-coordinate representation of color #BBC2D4: hue angle of 223.2º 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 #BBC2D4 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 187 | 194 | 212 | - |
CMYK | 0.12 | 0.08 | 0 | 0.17 |
HSL | 223.2º | 0.23% | 0.78% | - |
HSV(B) | 223.2º | 0.12% | 0.83% | - |
XYZ | 51.67 | 53.9 | 69.97 | - |
YUV | 193.96 | 138.18 | 123.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 194 | 212 | 0.12 | 0.08 | 0 | 0.17 | 223.2 | 0.23 | 0.78 |
Hex | BB | C2 | D4 | C | 8 | 0 | 11 | DF | 17 | 4E |
Octal | 273 | 302 | 324 | 14 | 10 | 0 | 21 | 337 | 27 | 116 |
Binary | 10111011 | 11000010 | 11010100 | 1100 | 1000 | 0 | 10001 | 11011111 | 10111 | 1001110 |
Color Harmonies of #BBC2D4
Complementary color
Monochromatic Colors of #BBC2D4
Black with #BBC2D4
Text Example
Text Example
White with #BBC2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2D4; }
p { color: rgb(187,194,212); }
H1.HeaderClassName
{
color: #BBC2D4;
}
.AnyTagClassName
{
color: #BBC2D4;
}
</style>
background-color css
<style>
a { background-color: #BBC2D4; }
a { background-color: rgb(187,194,212); }
div.DivClassName
{
background-color: #BBC2D4;
}
.BgClassName
{
background-color: #BBC2D4;
}
</style>
border-color css
<style>
span { border-color: #BBC2D4; }
span { border-color: rgb(187,194,212); }
td.TdClassName
{
border-color: #BBC2D4;
}
.TagClassName
{
border-color: #BBC2D4;
}
</style>