#B3BCC9

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

Shades of Spindle #B3BCC9

Tints of Spindle #B3BCC9

Color information

#B3BCC9 (or 0xB3BCC9) is unknown color: approx Spindle. HEX triplet: B3, BC and C9. RGB value is (179,188,201). Sum of RGB (Red+Green+Blue) = 179+188+201=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #B3BCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCC9 is #4C4336. Grayscale: #BABABA. Windows color (decimal): -4997943 or 13221043. OLE color: 13221043.

HSL color Cylindrical-coordinate representation of color #B3BCC9: hue angle of 215.45º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3BCC9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179188201-
CMYK0.110.0600.21
HSL215.45º16.92%74.51%-
HSV(B)215.45º10.95%78.82%-
XYZ47.1249.7762.38-
YUV186.79136.02122.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 201 (78.91% from 255) = 35.39%
R=31.51%
G=33.10%
B=35.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791882010.110.0600.21215.4516.9274.51
HexB3BCC9B6015d7114b
Octal26327431113602532721113
Binary101100111011110011001001101111001010111010111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCC9; }

 p { color: rgb(179,188,201); }

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

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

 a { background-color: rgb(179,188,201); }

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

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

 span { border-color: rgb(179,188,201); }

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