#B3B2B4

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

Shades of Chatelle #B3B2B4

Tints of Chatelle #B3B2B4

Color information

#B3B2B4 (or 0xB3B2B4) is unknown color: approx Chatelle. HEX triplet: B3, B2 and B4. RGB value is (179,178,180). Sum of RGB (Red+Green+Blue) = 179+178+180=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 180 - color contains mainly: blue. Hex color #B3B2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2B4 is #4C4D4B. Grayscale: #B2B2B2. Windows color (decimal): -5000524 or 11842227. OLE color: 11842227.

HSL color Cylindrical-coordinate representation of color #B3B2B4: hue angle of 270º 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 #B3B2B4 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB179178180-
CMYK0.010.0100.29
HSL270º1.32%70.2%-
HSV(B)270º1.11%70.59%-
XYZ42.7544.7249.56-
YUV178.53128.83128.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 178 (69.92% from 255) = 33.15%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=33.33%
G=33.15%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791781800.010.0100.292701.3270.2
HexB3B2B41101D10e146
Octal263262264110354161106
Binary1011001110110010101101001101110110000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B2B4; }

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

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

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

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

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

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

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

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