#B3BBC7

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

Shades of Spindle #B3BBC7

Tints of Spindle #B3BBC7

Color information

#B3BBC7 (or 0xB3BBC7) is unknown color: approx Spindle. HEX triplet: B3, BB and C7. RGB value is (179,187,199). Sum of RGB (Red+Green+Blue) = 179+187+199=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 199 - color contains mainly: blue. Hex color #B3BBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBC7 is #4C4438. Grayscale: #B9B9B9. Windows color (decimal): -4998201 or 13089715. OLE color: 13089715.

HSL color Cylindrical-coordinate representation of color #B3BBC7: hue angle of 216º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3BBC7 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179187199-
CMYK0.100.0600.22
HSL216º15.15%74.12%-
HSV(B)216º10.05%78.04%-
XYZ46.6749.2561.08-
YUV185.98135.35123.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 199 (78.12% from 255) = 35.22%
R=31.68%
G=33.10%
B=35.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791871990.100.0600.2221615.1574.12
HexB3BBC7A6016d8f4a
Octal26327330712602633017112
Binary10110011101110111100011110101100101101101100011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBC7; }

 p { color: rgb(179,187,199); }

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

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

 a { background-color: rgb(179,187,199); }

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

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

 span { border-color: rgb(179,187,199); }

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