#B1BDCD

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

Shades of Spindle #B1BDCD

Tints of Spindle #B1BDCD

Color information

#B1BDCD (or 0xB1BDCD) is unknown color: approx Spindle. HEX triplet: B1, BD and CD. RGB value is (177,189,205). Sum of RGB (Red+Green+Blue) = 177+189+205=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDCD is #4E4232. Grayscale: #BBBBBB. Windows color (decimal): -5128755 or 13483441. OLE color: 13483441.

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

Color convert

RGB177189205-
CMYK0.140.0800.20
HSL214.29º21.87%74.9%-
HSV(B)214.29º13.66%80.39%-
XYZ47.3550.1564.94-
YUV187.24138.02120.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=31.00%
G=33.10%
B=35.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771892050.140.0800.20214.2921.8774.9
HexB1BDCDE8014d6164b
Octal261275315161002432626113
Binary1011000110111101110011011110100001010011010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDCD; }

 p { color: rgb(177,189,205); }

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

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

 a { background-color: rgb(177,189,205); }

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

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

 span { border-color: rgb(177,189,205); }

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