#BFD1DF

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

Shades of Spindle #BFD1DF

Tints of Spindle #BFD1DF

Color information

#BFD1DF (or 0xBFD1DF) is unknown color: approx Spindle. HEX triplet: BF, D1 and DF. RGB value is (191,209,223). Sum of RGB (Red+Green+Blue) = 191+209+223=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1DF is #402E20. Grayscale: #CDCDCD. Windows color (decimal): -4206113 or 14668223. OLE color: 14668223.

HSL color Cylindrical-coordinate representation of color #BFD1DF: hue angle of 206.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD1DF is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191209223-
CMYK0.140.0600.13
HSL206.25º33.33%81.18%-
HSV(B)206.25º14.35%87.45%-
XYZ57.6162.0178.74-
YUV205.21138.04117.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 209 (82.03% from 255) = 33.55%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=30.66%
G=33.55%
B=35.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912092230.140.0600.13206.2533.3381.18
HexBFD1DFE60Dce2151
Octal27732133716601531641121
Binary101111111101000111011111111011001101110011101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1DF; }

 p { color: rgb(191,209,223); }

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

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

 a { background-color: rgb(191,209,223); }

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

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

 span { border-color: rgb(191,209,223); }

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