Shades of Spindle #B8CFDF
Tints of Spindle #B8CFDF
RGB
CMYK
RGB Variations
Color information
#B8CFDF (or 0xB8CFDF) is known color: Spindle. HEX triplet: B8, CF and DF. RGB value is (184,207,223). Sum of RGB (Red+Green+Blue) = 184+207+223=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFDF is #473020. Grayscale: #C9C9C9. Windows color (decimal): -4665377 or 14667704. OLE color: 14667704.
HSL color Cylindrical-coordinate representation of color #B8CFDF: hue angle of 204.62º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8CFDF is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 207 | 223 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.13 |
| HSL | 204.62º | 0.38% | 0.8% | - |
| HSV(B) | 204.62º | 0.17% | 0.87% | - |
| XYZ | 55.4 | 60.14 | 78.5 | - |
| YUV | 201.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 223 | 0.17 | 0.07 | 0 | 0.13 | 204.62 | 0.38 | 0.8 |
| Hex | B8 | CF | DF | 11 | 7 | 0 | D | CD | 26 | 50 |
| Octal | 270 | 317 | 337 | 21 | 7 | 0 | 15 | 315 | 46 | 120 |
| Binary | 10111000 | 11001111 | 11011111 | 10001 | 111 | 0 | 1101 | 11001101 | 100110 | 1010000 |
Color Harmonies of #B8CFDF
Complementary color
Monochromatic Colors of #B8CFDF
Black with #B8CFDF
Text Example
Text Example
White with #B8CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFDF; }
p { color: rgb(184,207,223); }
H1.HeaderClassName
{
color: #B8CFDF;
}
.AnyTagClassName
{
color: #B8CFDF;
}
</style>
background-color css
<style>
a { background-color: #B8CFDF; }
a { background-color: rgb(184,207,223); }
div.DivClassName
{
background-color: #B8CFDF;
}
.BgClassName
{
background-color: #B8CFDF;
}
</style>
border-color css
<style>
span { border-color: #B8CFDF; }
span { border-color: rgb(184,207,223); }
td.TdClassName
{
border-color: #B8CFDF;
}
.TagClassName
{
border-color: #B8CFDF;
}
</style>