Shades of Spindle #BBCCD4
Tints of Spindle #BBCCD4
RGB
CMYK
RGB Variations
Color information
#BBCCD4 (or 0xBBCCD4) is known color: Spindle. HEX triplet: BB, CC and D4. RGB value is (187,204,212). Sum of RGB (Red+Green+Blue) = 187+204+212=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBCCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD4 is #44332B. Grayscale: #C7C7C7. Windows color (decimal): -4469548 or 13946043. OLE color: 13946043.
HSL color Cylindrical-coordinate representation of color #BBCCD4: hue angle of 199.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 #BBCCD4 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 187 | 204 | 212 | - |
CMYK | 0.12 | 0.04 | 0 | 0.17 |
HSL | 199.2º | 0.23% | 0.78% | - |
HSV(B) | 199.2º | 0.12% | 0.83% | - |
XYZ | 53.97 | 58.5 | 70.74 | - |
YUV | 199.83 | 134.87 | 118.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 212 | 0.12 | 0.04 | 0 | 0.17 | 199.2 | 0.23 | 0.78 |
Hex | BB | CC | D4 | C | 4 | 0 | 11 | C7 | 17 | 4E |
Octal | 273 | 314 | 324 | 14 | 4 | 0 | 21 | 307 | 27 | 116 |
Binary | 10111011 | 11001100 | 11010100 | 1100 | 100 | 0 | 10001 | 11000111 | 10111 | 1001110 |
Color Harmonies of #BBCCD4
Complementary color
Monochromatic Colors of #BBCCD4
Black with #BBCCD4
Text Example
Text Example
White with #BBCCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCD4; }
p { color: rgb(187,204,212); }
H1.HeaderClassName
{
color: #BBCCD4;
}
.AnyTagClassName
{
color: #BBCCD4;
}
</style>
background-color css
<style>
a { background-color: #BBCCD4; }
a { background-color: rgb(187,204,212); }
div.DivClassName
{
background-color: #BBCCD4;
}
.BgClassName
{
background-color: #BBCCD4;
}
</style>
border-color css
<style>
span { border-color: #BBCCD4; }
span { border-color: rgb(187,204,212); }
td.TdClassName
{
border-color: #BBCCD4;
}
.TagClassName
{
border-color: #BBCCD4;
}
</style>