#B7B2BA

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

Shades of Chatelle #B7B2BA

Tints of Chatelle #B7B2BA

Color information

#B7B2BA (or 0xB7B2BA) is unknown color: approx Chatelle. HEX triplet: B7, B2 and BA. RGB value is (183,178,186). Sum of RGB (Red+Green+Blue) = 183+178+186=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7B2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B2BA is #484D45. Grayscale: #B4B4B4. Windows color (decimal): -4738374 or 12235447. OLE color: 12235447.

HSL color Cylindrical-coordinate representation of color #B7B2BA: hue angle of 277.5º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B7B2BA is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183178186-
CMYK0.020.0400.27
HSL277.5º5.48%71.37%-
HSV(B)277.5º4.3%72.94%-
XYZ44.3145.4552.89-
YUV180.41131.16129.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.46%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=33.46%
G=32.54%
B=34.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831781860.020.0400.27277.55.4871.37
HexB7B2BA2401B116547
Octal267262272240334265107
Binary101101111011001010111010101000110111000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B2BA; }

 p { color: rgb(183,178,186); }

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

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

 a { background-color: rgb(183,178,186); }

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

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

 span { border-color: rgb(183,178,186); }

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