#BFD0DC

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

Shades of Spindle #BFD0DC

Tints of Spindle #BFD0DC

Color information

#BFD0DC (or 0xBFD0DC) is unknown color: approx Spindle. HEX triplet: BF, D0 and DC. RGB value is (191,208,220). Sum of RGB (Red+Green+Blue) = 191+208+220=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0DC is #402F23. Grayscale: #CCCCCC. Windows color (decimal): -4206372 or 14471359. OLE color: 14471359.

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

Color convert

RGB191208220-
CMYK0.130.0500.14
HSL204.83º29.29%80.59%-
HSV(B)204.83º13.18%86.27%-
XYZ56.9661.3676.55-
YUV204.28136.87118.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.86%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=30.86%
G=33.60%
B=35.54%

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
Decimal1912082200.130.0500.14204.8329.2980.59
HexBFD0DCD50Ecd1d51
Octal27732033415501631535121
Binary10111111110100001101110011011010111011001101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0DC; }

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

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

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

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

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

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

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

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