#B7BBBA

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

Shades of Opal #B7BBBA

Tints of Opal #B7BBBA

Color information

#B7BBBA (or 0xB7BBBA) is unknown color: approx Opal. HEX triplet: B7, BB and BA. RGB value is (183,187,186). Sum of RGB (Red+Green+Blue) = 183+187+186=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBBA is #484445. Grayscale: #B9B9B9. Windows color (decimal): -4736070 or 12237751. OLE color: 12237751.

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

Color convert

RGB183187186-
CMYK0.0200.010.27
HSL165º2.86%72.55%-
HSV(B)165º2.14%73.33%-
XYZ46.1649.1553.51-
YUV185.69128.17126.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=32.91%
G=33.63%
B=33.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831871860.0200.010.271652.8672.55
HexB7BBBA2011Ba5349
Octal267273272201332453111
Binary10110111101110111011101010011101110100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BBBA; }

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

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

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

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

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

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

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

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