Shades of Spindle #BBCCD2
Tints of Spindle #BBCCD2
RGB
CMYK
RGB Variations
Color information
#BBCCD2 (or 0xBBCCD2) is known color: Spindle. HEX triplet: BB, CC and D2. RGB value is (187,204,210). Sum of RGB (Red+Green+Blue) = 187+204+210=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD2 is #44332D. Grayscale: #C7C7C7. Windows color (decimal): -4469550 or 13814971. OLE color: 13814971.
HSL color Cylindrical-coordinate representation of color #BBCCD2: hue angle of 195.65º 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 #BBCCD2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 204 | 210 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.18 |
| HSL | 195.65º | 0.2% | 0.78% | - |
| HSV(B) | 195.65º | 0.11% | 0.82% | - |
| XYZ | 53.72 | 58.4 | 69.41 | - |
| YUV | 199.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 210 | 0.11 | 0.03 | 0 | 0.18 | 195.65 | 0.2 | 0.78 |
| Hex | BB | CC | D2 | B | 3 | 0 | 12 | C4 | 14 | 4E |
| Octal | 273 | 314 | 322 | 13 | 3 | 0 | 22 | 304 | 24 | 116 |
| Binary | 10111011 | 11001100 | 11010010 | 1011 | 11 | 0 | 10010 | 11000100 | 10100 | 1001110 |
Color Harmonies of #BBCCD2
Complementary color
Monochromatic Colors of #BBCCD2
Black with #BBCCD2
Text Example
Text Example
White with #BBCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCD2; }
p { color: rgb(187,204,210); }
H1.HeaderClassName
{
color: #BBCCD2;
}
.AnyTagClassName
{
color: #BBCCD2;
}
</style>
background-color css
<style>
a { background-color: #BBCCD2; }
a { background-color: rgb(187,204,210); }
div.DivClassName
{
background-color: #BBCCD2;
}
.BgClassName
{
background-color: #BBCCD2;
}
</style>
border-color css
<style>
span { border-color: #BBCCD2; }
span { border-color: rgb(187,204,210); }
td.TdClassName
{
border-color: #BBCCD2;
}
.TagClassName
{
border-color: #BBCCD2;
}
</style>