#BFD1DE

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

Shades of Spindle #BFD1DE

Tints of Spindle #BFD1DE

Color information

#BFD1DE (or 0xBFD1DE) is unknown color: approx Spindle. HEX triplet: BF, D1 and DE. RGB value is (191,209,222). Sum of RGB (Red+Green+Blue) = 191+209+222=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1DE is #402E21. Grayscale: #CDCDCD. Windows color (decimal): -4206114 or 14602687. OLE color: 14602687.

HSL color Cylindrical-coordinate representation of color #BFD1DE: hue angle of 205.16º degrees, saturation: 0.32, 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 #BFD1DE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191209222-
CMYK0.140.0600.13
HSL205.16º31.96%80.98%-
HSV(B)205.16º13.96%87.06%-
XYZ57.4761.9578.04-
YUV205.1137.54117.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=30.71%
G=33.60%
B=35.69%

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
Decimal1912092220.140.0600.13205.1631.9680.98
HexBFD1DEE60Dcd2051
Octal27732133616601531540121
Binary101111111101000111011110111011001101110011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1DE; }

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

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

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

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

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

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

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

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