#B3B4B4

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

Shades of Casper #B3B4B4

Tints of Casper #B3B4B4

Color information

#B3B4B4 (or 0xB3B4B4) is unknown color: approx Casper. HEX triplet: B3, B4 and B4. RGB value is (179,180,180). Sum of RGB (Red+Green+Blue) = 179+180+180=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #B3B4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B4B4 is #4C4B4B. Grayscale: #B3B3B3. Windows color (decimal): -5000012 or 11842739. OLE color: 11842739.

HSL color Cylindrical-coordinate representation of color #B3B4B4: hue angle of 180º degrees, saturation: 0.01, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B3B4B4 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB179180180-
CMYK0.01000.29
HSL180º0.66%70.39%-
HSV(B)180º0.56%70.59%-
XYZ43.1545.5249.69-
YUV179.7128.17127.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=33.21%
G=33.40%
B=33.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801800.01000.291800.6670.39
HexB3B4B41001Db4146
Octal263264264100352641106
Binary101100111011010010110100100111011011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B4B4; }

 p { color: rgb(179,180,180); }

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

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

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

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

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

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

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