#B1BFCB

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

Shades of Spindle #B1BFCB

Tints of Spindle #B1BFCB

Color information

#B1BFCB (or 0xB1BFCB) is unknown color: approx Spindle. HEX triplet: B1, BF and CB. RGB value is (177,191,203). Sum of RGB (Red+Green+Blue) = 177+191+203=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFCB is #4E4034. Grayscale: #BCBCBC. Windows color (decimal): -5128245 or 13352881. OLE color: 13352881.

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

Color convert

RGB177191203-
CMYK0.130.0600.20
HSL207.69º20%74.51%-
HSV(B)207.69º12.81%79.61%-
XYZ47.5450.9263.82-
YUV188.18136.36120.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=31.00%
G=33.45%
B=35.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771912030.130.0600.20207.692074.51
HexB1BFCBD6014d0144b
Octal26127731315602432024113
Binary101100011011111111001011110111001010011010000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFCB; }

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

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

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

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

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

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

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

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