#BFD1DC

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

Shades of Spindle #BFD1DC

Tints of Spindle #BFD1DC

Color information

#BFD1DC (or 0xBFD1DC) is unknown color: approx Spindle. HEX triplet: BF, D1 and DC. RGB value is (191,209,220). Sum of RGB (Red+Green+Blue) = 191+209+220=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1DC is #402E23. Grayscale: #CCCCCC. Windows color (decimal): -4206116 or 14471615. OLE color: 14471615.

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

Color convert

RGB191209220-
CMYK0.130.0500.14
HSL202.76º29.29%80.59%-
HSV(B)202.76º13.18%86.27%-
XYZ57.261.8476.63-
YUV204.87136.54118.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 209 (82.03% from 255) = 33.71%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=30.81%
G=33.71%
B=35.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912092200.130.0500.14202.7629.2980.59
HexBFD1DCD50Ecb1d51
Octal27732133415501631335121
Binary10111111110100011101110011011010111011001011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1DC; }

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

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

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

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

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

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

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

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