Shades of Spindle #BDCFDB
Tints of Spindle #BDCFDB
RGB
CMYK
RGB Variations
Color information
#BDCFDB (or 0xBDCFDB) is known color: Spindle. HEX triplet: BD, CF and DB. RGB value is (189,207,219). Sum of RGB (Red+Green+Blue) = 189+207+219=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDCFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFDB is #423024. Grayscale: #CACACA. Windows color (decimal): -4337701 or 14405565. OLE color: 14405565.
HSL color Cylindrical-coordinate representation of color #BDCFDB: hue angle of 204º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCFDB is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 189 | 207 | 219 | - |
CMYK | 0.14 | 0.05 | 0 | 0.14 |
HSL | 204º | 0.29% | 0.8% | - |
HSV(B) | 204º | 0.14% | 0.86% | - |
XYZ | 56.09 | 60.56 | 75.75 | - |
YUV | 202.99 | 137.04 | 118.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 207 | 219 | 0.14 | 0.05 | 0 | 0.14 | 204 | 0.29 | 0.8 |
Hex | BD | CF | DB | E | 5 | 0 | E | CC | 1D | 50 |
Octal | 275 | 317 | 333 | 16 | 5 | 0 | 16 | 314 | 35 | 120 |
Binary | 10111101 | 11001111 | 11011011 | 1110 | 101 | 0 | 1110 | 11001100 | 11101 | 1010000 |
Color Harmonies of #BDCFDB
Complementary color
Monochromatic Colors of #BDCFDB
Black with #BDCFDB
Text Example
Text Example
White with #BDCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFDB; }
p { color: rgb(189,207,219); }
H1.HeaderClassName
{
color: #BDCFDB;
}
.AnyTagClassName
{
color: #BDCFDB;
}
</style>
background-color css
<style>
a { background-color: #BDCFDB; }
a { background-color: rgb(189,207,219); }
div.DivClassName
{
background-color: #BDCFDB;
}
.BgClassName
{
background-color: #BDCFDB;
}
</style>
border-color css
<style>
span { border-color: #BDCFDB; }
span { border-color: rgb(189,207,219); }
td.TdClassName
{
border-color: #BDCFDB;
}
.TagClassName
{
border-color: #BDCFDB;
}
</style>