Shades of Spindle #BDBFC3
Tints of Spindle #BDBFC3
RGB
CMYK
RGB Variations
Color information
#BDBFC3 (or 0xBDBFC3) is known color: Spindle. HEX triplet: BD, BF and C3. RGB value is (189,191,195). Sum of RGB (Red+Green+Blue) = 189+191+195=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC3 is #42403C. Grayscale: #BEBEBE. Windows color (decimal): -4341821 or 12828605. OLE color: 12828605.
HSL color Cylindrical-coordinate representation of color #BDBFC3: hue angle of 220º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDBFC3 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 191 | 195 | - |
CMYK | 0.03 | 0.02 | 0 | 0.24 |
HSL | 220º | 0.05% | 0.75% | - |
HSV(B) | 220º | 0.03% | 0.76% | - |
XYZ | 49.47 | 52.02 | 59.06 | - |
YUV | 190.86 | 130.34 | 126.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 195 | 0.03 | 0.02 | 0 | 0.24 | 220 | 0.05 | 0.75 |
Hex | BD | BF | C3 | 3 | 2 | 0 | 18 | DC | 5 | 4B |
Octal | 275 | 277 | 303 | 3 | 2 | 0 | 30 | 334 | 5 | 113 |
Binary | 10111101 | 10111111 | 11000011 | 11 | 10 | 0 | 11000 | 11011100 | 101 | 1001011 |
Color Harmonies of #BDBFC3
Complementary color
Monochromatic Colors of #BDBFC3
Black with #BDBFC3
Text Example
Text Example
White with #BDBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFC3; }
p { color: rgb(189,191,195); }
H1.HeaderClassName
{
color: #BDBFC3;
}
.AnyTagClassName
{
color: #BDBFC3;
}
</style>
background-color css
<style>
a { background-color: #BDBFC3; }
a { background-color: rgb(189,191,195); }
div.DivClassName
{
background-color: #BDBFC3;
}
.BgClassName
{
background-color: #BDBFC3;
}
</style>
border-color css
<style>
span { border-color: #BDBFC3; }
span { border-color: rgb(189,191,195); }
td.TdClassName
{
border-color: #BDBFC3;
}
.TagClassName
{
border-color: #BDBFC3;
}
</style>