#B9C1BE

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

Shades of Tiara #B9C1BE

Tints of Tiara #B9C1BE

Color information

#B9C1BE (or 0xB9C1BE) is unknown color: approx Tiara. HEX triplet: B9, C1 and BE. RGB value is (185,193,190). Sum of RGB (Red+Green+Blue) = 185+193+190=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1BE is #463E41. Grayscale: #BEBEBE. Windows color (decimal): -4603458 or 12501433. OLE color: 12501433.

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

Color convert

RGB185193190-
CMYK0.0400.020.24
HSL157.5º6.06%74.12%-
HSV(B)157.5º4.15%75.69%-
XYZ48.3752.1756.24-
YUV190.27127.85124.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=32.57%
G=33.98%
B=33.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851931900.0400.020.24157.56.0674.12
HexB9C1BE402189d64a
Octal271301276402302356112
Binary10111001110000011011111010001011000100111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C1BE; }

 p { color: rgb(185,193,190); }

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

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

 a { background-color: rgb(185,193,190); }

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

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

 span { border-color: rgb(185,193,190); }

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