#B5BFCF

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

Shades of Spindle #B5BFCF

Tints of Spindle #B5BFCF

Color information

#B5BFCF (or 0xB5BFCF) is unknown color: approx Spindle. HEX triplet: B5, BF and CF. RGB value is (181,191,207). Sum of RGB (Red+Green+Blue) = 181+191+207=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFCF is #4A4030. Grayscale: #BDBDBD. Windows color (decimal): -4866097 or 13615029. OLE color: 13615029.

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

Color convert

RGB181191207-
CMYK0.130.0800.19
HSL216.92º21.31%76.08%-
HSV(B)216.92º12.56%81.18%-
XYZ48.9551.5966.41-
YUV189.83137.69121.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=31.26%
G=32.99%
B=35.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811912070.130.0800.19216.9221.3176.08
HexB5BFCFD8013d9154c
Octal265277317151002333125114
Binary1011010110111111110011111101100001001111011001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFCF; }

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

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

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

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

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

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

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

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