Shades of Spindle #BBC4D2
Tints of Spindle #BBC4D2
RGB
CMYK
RGB Variations
Color information
#BBC4D2 (or 0xBBC4D2) is known color: Spindle. HEX triplet: BB, C4 and D2. RGB value is (187,196,210). Sum of RGB (Red+Green+Blue) = 187+196+210=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBC4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4D2 is #443B2D. Grayscale: #C2C2C2. Windows color (decimal): -4471598 or 13812923. OLE color: 13812923.
HSL color Cylindrical-coordinate representation of color #BBC4D2: hue angle of 216.52º 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 #BBC4D2 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 196 | 210 | - |
CMYK | 0.11 | 0.07 | 0 | 0.18 |
HSL | 216.52º | 0.2% | 0.78% | - |
HSV(B) | 216.52º | 0.11% | 0.82% | - |
XYZ | 51.87 | 54.7 | 68.8 | - |
YUV | 194.91 | 136.52 | 122.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 196 | 210 | 0.11 | 0.07 | 0 | 0.18 | 216.52 | 0.2 | 0.78 |
Hex | BB | C4 | D2 | B | 7 | 0 | 12 | D9 | 14 | 4E |
Octal | 273 | 304 | 322 | 13 | 7 | 0 | 22 | 331 | 24 | 116 |
Binary | 10111011 | 11000100 | 11010010 | 1011 | 111 | 0 | 10010 | 11011001 | 10100 | 1001110 |
Color Harmonies of #BBC4D2
Complementary color
Monochromatic Colors of #BBC4D2
Black with #BBC4D2
Text Example
Text Example
White with #BBC4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4D2; }
p { color: rgb(187,196,210); }
H1.HeaderClassName
{
color: #BBC4D2;
}
.AnyTagClassName
{
color: #BBC4D2;
}
</style>
background-color css
<style>
a { background-color: #BBC4D2; }
a { background-color: rgb(187,196,210); }
div.DivClassName
{
background-color: #BBC4D2;
}
.BgClassName
{
background-color: #BBC4D2;
}
</style>
border-color css
<style>
span { border-color: #BBC4D2; }
span { border-color: rgb(187,196,210); }
td.TdClassName
{
border-color: #BBC4D2;
}
.TagClassName
{
border-color: #BBC4D2;
}
</style>