Shades of Spindle #BBC3D4
Tints of Spindle #BBC3D4
RGB
CMYK
RGB Variations
Color information
#BBC3D4 (or 0xBBC3D4) is known color: Spindle. HEX triplet: BB, C3 and D4. RGB value is (187,195,212). Sum of RGB (Red+Green+Blue) = 187+195+212=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBC3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3D4 is #443C2B. Grayscale: #C2C2C2. Windows color (decimal): -4471852 or 13943739. OLE color: 13943739.
HSL color Cylindrical-coordinate representation of color #BBC3D4: hue angle of 220.8º 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 #BBC3D4 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 187 | 195 | 212 | - |
CMYK | 0.12 | 0.08 | 0 | 0.17 |
HSL | 220.8º | 0.23% | 0.78% | - |
HSV(B) | 220.8º | 0.12% | 0.83% | - |
XYZ | 51.89 | 54.35 | 70.04 | - |
YUV | 194.55 | 137.85 | 122.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 195 | 212 | 0.12 | 0.08 | 0 | 0.17 | 220.8 | 0.23 | 0.78 |
Hex | BB | C3 | D4 | C | 8 | 0 | 11 | DD | 17 | 4E |
Octal | 273 | 303 | 324 | 14 | 10 | 0 | 21 | 335 | 27 | 116 |
Binary | 10111011 | 11000011 | 11010100 | 1100 | 1000 | 0 | 10001 | 11011101 | 10111 | 1001110 |
Color Harmonies of #BBC3D4
Complementary color
Monochromatic Colors of #BBC3D4
Black with #BBC3D4
Text Example
Text Example
White with #BBC3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3D4; }
p { color: rgb(187,195,212); }
H1.HeaderClassName
{
color: #BBC3D4;
}
.AnyTagClassName
{
color: #BBC3D4;
}
</style>
background-color css
<style>
a { background-color: #BBC3D4; }
a { background-color: rgb(187,195,212); }
div.DivClassName
{
background-color: #BBC3D4;
}
.BgClassName
{
background-color: #BBC3D4;
}
</style>
border-color css
<style>
span { border-color: #BBC3D4; }
span { border-color: rgb(187,195,212); }
td.TdClassName
{
border-color: #BBC3D4;
}
.TagClassName
{
border-color: #BBC3D4;
}
</style>