#B2B7B6

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

Shades of Opal #B2B7B6

Tints of Opal #B2B7B6

Color information

#B2B7B6 (or 0xB2B7B6) is unknown color: approx Opal. HEX triplet: B2, B7 and B6. RGB value is (178,183,182). Sum of RGB (Red+Green+Blue) = 178+183+182=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B7B6 is #4D4849. Grayscale: #B5B5B5. Windows color (decimal): -5064778 or 11974578. OLE color: 11974578.

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

Color convert

RGB178183182-
CMYK0.0300.010.28
HSL168º3.36%70.78%-
HSV(B)168º2.73%71.76%-
XYZ43.7446.7150.97-
YUV181.39128.34125.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 183 (71.88% from 255) = 33.70%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=32.78%
G=33.70%
B=33.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781831820.0300.010.281683.3670.78
HexB2B7B63011Ca8347
Octal262267266301342503107
Binary10110010101101111011011011011110010101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B7B6; }

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

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

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

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

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

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

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

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