#B9C4B6

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

Shades of Rainee #B9C4B6

Tints of Rainee #B9C4B6

Color information

#B9C4B6 (or 0xB9C4B6) is unknown color: approx Rainee. HEX triplet: B9, C4 and B6. RGB value is (185,196,182). Sum of RGB (Red+Green+Blue) = 185+196+182=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C4B6 is #463B49. Grayscale: #BFBFBF. Windows color (decimal): -4602698 or 11977913. OLE color: 11977913.

HSL color Cylindrical-coordinate representation of color #B9C4B6: hue angle of 107.14º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9C4B6 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB185196182-
CMYK0.0600.070.23
HSL107.14º10.61%74.12%-
HSV(B)107.14º7.14%76.86%-
XYZ48.1953.1751.98-
YUV191.11122.86123.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 182 (71.48% from 255) = 32.33%
R=32.86%
G=34.81%
B=32.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851961820.0600.070.23107.1410.6174.12
HexB9C4B6607176bb4a
Octal2713042666072715313112
Binary101110011100010010110110110011110111110101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C4B6; }

 p { color: rgb(185,196,182); }

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

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

 a { background-color: rgb(185,196,182); }

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

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

 span { border-color: rgb(185,196,182); }

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