#B5BFBD

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

Shades of Opal #B5BFBD

Tints of Opal #B5BFBD

Color information

#B5BFBD (or 0xB5BFBD) is unknown color: approx Opal. HEX triplet: B5, BF and BD. RGB value is (181,191,189). Sum of RGB (Red+Green+Blue) = 181+191+189=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFBD is #4A4042. Grayscale: #BBBBBB. Windows color (decimal): -4866115 or 12435381. OLE color: 12435381.

HSL color Cylindrical-coordinate representation of color #B5BFBD: hue angle of 168º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5BFBD is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB181191189-
CMYK0.0500.010.25
HSL168º7.25%72.94%-
HSV(B)168º5.24%74.9%-
XYZ46.8750.7655.47-
YUV187.78128.69123.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=32.26%
G=34.05%
B=33.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811911890.0500.010.251687.2572.94
HexB5BFBD50119a8749
Octal265277275501312507111
Binary1011010110111111101111011010111001101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFBD; }

 p { color: rgb(181,191,189); }

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

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

 a { background-color: rgb(181,191,189); }

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

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

 span { border-color: rgb(181,191,189); }

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