#B4BDBB

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

Shades of Opal #B4BDBB

Tints of Opal #B4BDBB

Color information

#B4BDBB (or 0xB4BDBB) is unknown color: approx Opal. HEX triplet: B4, BD and BB. RGB value is (180,189,187). Sum of RGB (Red+Green+Blue) = 180+189+187=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDBB is #4B4244. Grayscale: #BABABA. Windows color (decimal): -4932165 or 12303796. OLE color: 12303796.

HSL color Cylindrical-coordinate representation of color #B4BDBB: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4BDBB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB180189187-
CMYK0.0500.010.26
HSL166.67º6.38%72.35%-
HSV(B)166.67º4.76%74.12%-
XYZ45.9949.6954.18-
YUV186.08128.52123.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=32.37%
G=33.99%
B=33.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801891870.0500.010.26166.676.3872.35
HexB4BDBB5011Aa7648
Octal264275273501322476110
Binary1011010010111101101110111010111010101001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDBB; }

 p { color: rgb(180,189,187); }

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

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

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

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

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

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

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