#B9C2BF

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

Shades of Tiara #B9C2BF

Tints of Tiara #B9C2BF

Color information

#B9C2BF (or 0xB9C2BF) is unknown color: approx Tiara. HEX triplet: B9, C2 and BF. RGB value is (185,194,191). Sum of RGB (Red+Green+Blue) = 185+194+191=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2BF is #463D40. Grayscale: #BEBEBE. Windows color (decimal): -4603201 or 12567225. OLE color: 12567225.

HSL color Cylindrical-coordinate representation of color #B9C2BF: hue angle of 160º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9C2BF is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB185194191-
CMYK0.0500.020.24
HSL160º6.87%74.31%-
HSV(B)160º4.64%76.08%-
XYZ48.752.6656.89-
YUV190.97128.02123.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.46%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 191 (75% from 255) = 33.51%
R=32.46%
G=34.04%
B=33.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851941910.0500.020.241606.8774.31
HexB9C2BF50218a074a
Octal271302277502302407112
Binary10111001110000101011111110101011000101000001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C2BF; }

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

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

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

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

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

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

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

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