#BFC8D0

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

Shades of Spindle #BFC8D0

Tints of Spindle #BFC8D0

Color information

#BFC8D0 (or 0xBFC8D0) is unknown color: approx Spindle. HEX triplet: BF, C8 and D0. RGB value is (191,200,208). Sum of RGB (Red+Green+Blue) = 191+200+208=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFC8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8D0 is #40372F. Grayscale: #C6C6C6. Windows color (decimal): -4208432 or 13682879. OLE color: 13682879.

HSL color Cylindrical-coordinate representation of color #BFC8D0: hue angle of 208.24º 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 #BFC8D0 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191200208-
CMYK0.080.0400.18
HSL208.24º15.32%78.24%-
HSV(B)208.24º8.17%81.57%-
XYZ53.5356.9467.84-
YUV198.22133.52122.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=31.89%
G=33.39%
B=34.72%

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
Decimal1912002080.080.0400.18208.2415.3278.24
HexBFC8D084012d0f4e
Octal27731032010402232017116
Binary10111111110010001101000010001000100101101000011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8D0; }

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

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

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

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

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

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

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

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