#B3BDCD

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

Shades of Spindle #B3BDCD

Tints of Spindle #B3BDCD

Color information

#B3BDCD (or 0xB3BDCD) is unknown color: approx Spindle. HEX triplet: B3, BD and CD. RGB value is (179,189,205). Sum of RGB (Red+Green+Blue) = 179+189+205=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 189 (74.22% from 255 or 32.98% 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 #B3BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDCD is #4C4232. Grayscale: #BBBBBB. Windows color (decimal): -4997683 or 13483443. OLE color: 13483443.

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

Color convert

RGB179189205-
CMYK0.130.0800.20
HSL216.92º20.63%75.29%-
HSV(B)216.92º12.68%80.39%-
XYZ47.8150.3964.96-
YUV187.83137.69121.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.24%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=31.24%
G=32.98%
B=35.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791892050.130.0800.20216.9220.6375.29
HexB3BDCDD8014d9154b
Octal263275315151002433125113
Binary1011001110111101110011011101100001010011011001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDCD; }

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

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

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

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

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

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

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

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