Shades of Spindle #BDBFC2
Tints of Spindle #BDBFC2
RGB
CMYK
RGB Variations
Color information
#BDBFC2 (or 0xBDBFC2) is known color: Spindle. HEX triplet: BD, BF and C2. RGB value is (189,191,194). Sum of RGB (Red+Green+Blue) = 189+191+194=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC2 is #42403D. Grayscale: #BEBEBE. Windows color (decimal): -4341822 or 12763069. OLE color: 12763069.
HSL color Cylindrical-coordinate representation of color #BDBFC2: hue angle of 216º degrees, saturation: 0.04, 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 #BDBFC2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 191 | 194 | - |
CMYK | 0.03 | 0.02 | 0 | 0.24 |
HSL | 216º | 0.04% | 0.75% | - |
HSV(B) | 216º | 0.03% | 0.76% | - |
XYZ | 49.35 | 51.98 | 58.47 | - |
YUV | 190.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 194 | 0.03 | 0.02 | 0 | 0.24 | 216 | 0.04 | 0.75 |
Hex | BD | BF | C2 | 3 | 2 | 0 | 18 | D8 | 4 | 4B |
Octal | 275 | 277 | 302 | 3 | 2 | 0 | 30 | 330 | 4 | 113 |
Binary | 10111101 | 10111111 | 11000010 | 11 | 10 | 0 | 11000 | 11011000 | 100 | 1001011 |
Color Harmonies of #BDBFC2
Complementary color
Monochromatic Colors of #BDBFC2
Black with #BDBFC2
Text Example
Text Example
White with #BDBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFC2; }
p { color: rgb(189,191,194); }
H1.HeaderClassName
{
color: #BDBFC2;
}
.AnyTagClassName
{
color: #BDBFC2;
}
</style>
background-color css
<style>
a { background-color: #BDBFC2; }
a { background-color: rgb(189,191,194); }
div.DivClassName
{
background-color: #BDBFC2;
}
.BgClassName
{
background-color: #BDBFC2;
}
</style>
border-color css
<style>
span { border-color: #BDBFC2; }
span { border-color: rgb(189,191,194); }
td.TdClassName
{
border-color: #BDBFC2;
}
.TagClassName
{
border-color: #BDBFC2;
}
</style>