Shades of Spindle #BFCDD3
Tints of Spindle #BFCDD3
RGB
CMYK
RGB Variations
Color information
#BFCDD3 (or 0xBFCDD3) is known color: Spindle. HEX triplet: BF, CD and D3. RGB value is (191,205,211). Sum of RGB (Red+Green+Blue) = 191+205+211=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFCDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDD3 is #40322C. Grayscale: #C9C9C9. Windows color (decimal): -4207149 or 13880767. OLE color: 13880767.
HSL color Cylindrical-coordinate representation of color #BFCDD3: hue angle of 198º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCDD3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 191 | 205 | 211 | - |
CMYK | 0.09 | 0.03 | 0 | 0.17 |
HSL | 198º | 0.19% | 0.79% | - |
HSV(B) | 198º | 0.09% | 0.83% | - |
XYZ | 55.08 | 59.44 | 70.2 | - |
YUV | 201.5 | 133.36 | 120.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 205 | 211 | 0.09 | 0.03 | 0 | 0.17 | 198 | 0.19 | 0.79 |
Hex | BF | CD | D3 | 9 | 3 | 0 | 11 | C6 | 13 | 4F |
Octal | 277 | 315 | 323 | 11 | 3 | 0 | 21 | 306 | 23 | 117 |
Binary | 10111111 | 11001101 | 11010011 | 1001 | 11 | 0 | 10001 | 11000110 | 10011 | 1001111 |
Color Harmonies of #BFCDD3
Complementary color
Monochromatic Colors of #BFCDD3
Black with #BFCDD3
Text Example
Text Example
White with #BFCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDD3; }
p { color: rgb(191,205,211); }
H1.HeaderClassName
{
color: #BFCDD3;
}
.AnyTagClassName
{
color: #BFCDD3;
}
</style>
background-color css
<style>
a { background-color: #BFCDD3; }
a { background-color: rgb(191,205,211); }
div.DivClassName
{
background-color: #BFCDD3;
}
.BgClassName
{
background-color: #BFCDD3;
}
</style>
border-color css
<style>
span { border-color: #BFCDD3; }
span { border-color: rgb(191,205,211); }
td.TdClassName
{
border-color: #BFCDD3;
}
.TagClassName
{
border-color: #BFCDD3;
}
</style>