#B1BFCC

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

Shades of Spindle #B1BFCC

Tints of Spindle #B1BFCC

Color information

#B1BFCC (or 0xB1BFCC) is unknown color: approx Spindle. HEX triplet: B1, BF and CC. RGB value is (177,191,204). Sum of RGB (Red+Green+Blue) = 177+191+204=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFCC is #4E4033. Grayscale: #BCBCBC. Windows color (decimal): -5128244 or 13418417. OLE color: 13418417.

HSL color Cylindrical-coordinate representation of color #B1BFCC: hue angle of 208.89º degrees, saturation: 0.21, 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 #B1BFCC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177191204-
CMYK0.130.0600.2
HSL208.89º20.93%74.71%-
HSV(B)208.89º13.24%80%-
XYZ47.6650.9764.45-
YUV188.3136.86119.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=30.94%
G=33.39%
B=35.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771912040.130.0600.2208.8920.9374.71
HexB1BFCCD6014d1154b
Octal26127731415602432125113
Binary101100011011111111001100110111001010011010001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFCC; }

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

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

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

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

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

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

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

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