#B3BDC9

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

Shades of Spindle #B3BDC9

Tints of Spindle #B3BDC9

Color information

#B3BDC9 (or 0xB3BDC9) is unknown color: approx Spindle. HEX triplet: B3, BD and C9. RGB value is (179,189,201). Sum of RGB (Red+Green+Blue) = 179+189+201=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #B3BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDC9 is #4C4236. Grayscale: #BBBBBB. Windows color (decimal): -4997687 or 13221299. OLE color: 13221299.

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

Color convert

RGB179189201-
CMYK0.110.0600.21
HSL212.73º16.92%74.51%-
HSV(B)212.73º10.95%78.82%-
XYZ47.3350.262.45-
YUV187.38135.69122.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.46%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=31.46%
G=33.22%
B=35.33%

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
Decimal1791892010.110.0600.21212.7316.9274.51
HexB3BDC9B6015d5114b
Octal26327531113602532521113
Binary101100111011110111001001101111001010111010101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDC9; }

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

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

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

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

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

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

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

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