#B1BFCD

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

Shades of Spindle #B1BFCD

Tints of Spindle #B1BFCD

Color information

#B1BFCD (or 0xB1BFCD) is unknown color: approx Spindle. HEX triplet: B1, BF and CD. RGB value is (177,191,205). Sum of RGB (Red+Green+Blue) = 177+191+205=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFCD is #4E4032. Grayscale: #BCBCBC. Windows color (decimal): -5128243 or 13483953. OLE color: 13483953.

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

Color convert

RGB177191205-
CMYK0.140.0700.20
HSL210º21.87%74.9%-
HSV(B)210º13.66%80.39%-
XYZ47.7851.0265.09-
YUV188.41137.36119.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=30.89%
G=33.33%
B=35.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771912050.140.0700.2021021.8774.9
HexB1BFCDE7014d2164b
Octal26127731516702432226113
Binary101100011011111111001101111011101010011010010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFCD; }

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

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

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

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

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

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

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

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