#B3BFCF

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

Shades of Spindle #B3BFCF

Tints of Spindle #B3BFCF

Color information

#B3BFCF (or 0xB3BFCF) is unknown color: approx Spindle. HEX triplet: B3, BF and CF. RGB value is (179,191,207). Sum of RGB (Red+Green+Blue) = 179+191+207=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #B3BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFCF is #4C4030. Grayscale: #BDBDBD. Windows color (decimal): -4997169 or 13615027. OLE color: 13615027.

HSL color Cylindrical-coordinate representation of color #B3BFCF: hue angle of 214.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3BFCF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179191207-
CMYK0.140.0800.19
HSL214.29º22.58%75.69%-
HSV(B)214.29º13.53%81.18%-
XYZ48.4851.3566.39-
YUV189.24138.02120.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=31.02%
G=33.10%
B=35.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791912070.140.0800.19214.2922.5875.69
HexB3BFCFE8013d6174c
Octal263277317161002332627114
Binary1011001110111111110011111110100001001111010110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFCF; }

 p { color: rgb(179,191,207); }

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

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

 a { background-color: rgb(179,191,207); }

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

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

 span { border-color: rgb(179,191,207); }

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