#B9BFBD

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

Shades of Tiara #B9BFBD

Tints of Tiara #B9BFBD

Color information

#B9BFBD (or 0xB9BFBD) is unknown color: approx Tiara. HEX triplet: B9, BF and BD. RGB value is (185,191,189). Sum of RGB (Red+Green+Blue) = 185+191+189=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFBD is #464042. Grayscale: #BCBCBC. Windows color (decimal): -4603971 or 12435385. OLE color: 12435385.

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

Color convert

RGB185191189-
CMYK0.0300.010.25
HSL160º4.48%73.73%-
HSV(B)160º3.14%74.9%-
XYZ47.8251.2555.52-
YUV188.98128.01125.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.74%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=32.74%
G=33.81%
B=33.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911890.0300.010.251604.4873.73
HexB9BFBD30119a044a
Octal271277275301312404112
Binary101110011011111110111101110111001101000001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFBD; }

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

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

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

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

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

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

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

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