#BFC7D0

Color #BFC7D0 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #BFC7D0

Tints of Spindle #BFC7D0

Color information

#BFC7D0 (or 0xBFC7D0) is unknown color: approx Spindle. HEX triplet: BF, C7 and D0. RGB value is (191,199,208). Sum of RGB (Red+Green+Blue) = 191+199+208=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFC7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7D0 is #40382F. Grayscale: #C5C5C5. Windows color (decimal): -4208688 or 13682623. OLE color: 13682623.

HSL color Cylindrical-coordinate representation of color #BFC7D0: hue angle of 211.76º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC7D0 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191199208-
CMYK0.080.0400.18
HSL211.76º15.32%78.24%-
HSV(B)211.76º8.17%81.57%-
XYZ53.2956.4867.77-
YUV197.63133.85123.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=31.94%
G=33.28%
B=34.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911992080.080.0400.18211.7615.3278.24
HexBFC7D084012d4f4e
Octal27730732010402232417116
Binary10111111110001111101000010001000100101101010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7D0; }

 p { color: rgb(191,199,208); }

 H1.HeaderClassName
 {
   color: #BFC7D0;
 }
 .AnyTagClassName
 {
   color: #BFC7D0;
 }
</style>
background-color css

<style>
 a { background-color: #BFC7D0; }

 a { background-color: rgb(191,199,208); }

 div.DivClassName
 {
   background-color: #BFC7D0;
 }
 .BgClassName
 {
   background-color: #BFC7D0;
 }
</style>
border-color css

<style>
 span { border-color: #BFC7D0; }

 span { border-color: rgb(191,199,208); }

 td.TdClassName
 {
   border-color: #BFC7D0;
 }
 .TagClassName
 {
   border-color: #BFC7D0;
 }
</style>