Shades of Spindle #BDCFDA
Tints of Spindle #BDCFDA
RGB
CMYK
RGB Variations
Color information
#BDCFDA (or 0xBDCFDA) is known color: Spindle. HEX triplet: BD, CF and DA. RGB value is (189,207,218). Sum of RGB (Red+Green+Blue) = 189+207+218=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFDA is #423025. Grayscale: #CACACA. Windows color (decimal): -4337702 or 14340029. OLE color: 14340029.
HSL color Cylindrical-coordinate representation of color #BDCFDA: hue angle of 202.76º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDCFDA is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 189 | 207 | 218 | - |
CMYK | 0.13 | 0.05 | 0 | 0.15 |
HSL | 202.76º | 0.28% | 0.8% | - |
HSV(B) | 202.76º | 0.13% | 0.85% | - |
XYZ | 55.95 | 60.51 | 75.06 | - |
YUV | 202.87 | 136.54 | 118.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 207 | 218 | 0.13 | 0.05 | 0 | 0.15 | 202.76 | 0.28 | 0.8 |
Hex | BD | CF | DA | D | 5 | 0 | F | CB | 1C | 50 |
Octal | 275 | 317 | 332 | 15 | 5 | 0 | 17 | 313 | 34 | 120 |
Binary | 10111101 | 11001111 | 11011010 | 1101 | 101 | 0 | 1111 | 11001011 | 11100 | 1010000 |
Color Harmonies of #BDCFDA
Complementary color
Monochromatic Colors of #BDCFDA
Black with #BDCFDA
Text Example
Text Example
White with #BDCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFDA; }
p { color: rgb(189,207,218); }
H1.HeaderClassName
{
color: #BDCFDA;
}
.AnyTagClassName
{
color: #BDCFDA;
}
</style>
background-color css
<style>
a { background-color: #BDCFDA; }
a { background-color: rgb(189,207,218); }
div.DivClassName
{
background-color: #BDCFDA;
}
.BgClassName
{
background-color: #BDCFDA;
}
</style>
border-color css
<style>
span { border-color: #BDCFDA; }
span { border-color: rgb(189,207,218); }
td.TdClassName
{
border-color: #BDCFDA;
}
.TagClassName
{
border-color: #BDCFDA;
}
</style>