#B9BDBB

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

Shades of Tiara #B9BDBB

Tints of Tiara #B9BDBB

Color information

#B9BDBB (or 0xB9BDBB) is unknown color: approx Tiara. HEX triplet: B9, BD and BB. RGB value is (185,189,187). Sum of RGB (Red+Green+Blue) = 185+189+187=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDBB is #464244. Grayscale: #BBBBBB. Windows color (decimal): -4604485 or 12303801. OLE color: 12303801.

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

Color convert

RGB185189187-
CMYK0.0200.010.26
HSL150º2.94%73.33%-
HSV(B)150º2.12%74.12%-
XYZ47.1750.354.24-
YUV187.58127.67126.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=32.98%
G=33.69%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851891870.0200.010.261502.9473.33
HexB9BDBB2011A96349
Octal271275273201322263111
Binary10111001101111011011101110011101010010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDBB; }

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

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

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

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

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

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

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

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