#B9C4B7

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

Shades of Rainee #B9C4B7

Tints of Rainee #B9C4B7

Color information

#B9C4B7 (or 0xB9C4B7) is unknown color: approx Rainee. HEX triplet: B9, C4 and B7. RGB value is (185,196,183). Sum of RGB (Red+Green+Blue) = 185+196+183=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C4B7 is #463B48. Grayscale: #BFBFBF. Windows color (decimal): -4602697 or 12043449. OLE color: 12043449.

HSL color Cylindrical-coordinate representation of color #B9C4B7: hue angle of 110.77º degrees, saturation: 0.1, 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 #B9C4B7 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB185196183-
CMYK0.0600.070.23
HSL110.77º9.92%74.31%-
HSV(B)110.77º6.63%76.86%-
XYZ48.2953.2152.53-
YUV191.23123.36123.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.80%
GREEN value IS 196 (76.95% from 255) = 34.75%
BLUE value IS 183 (71.88% from 255) = 32.45%
R=32.80%
G=34.75%
B=32.45%

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
Decimal1851961830.0600.070.23110.779.9274.31
HexB9C4B7607176fa4a
Octal2713042676072715712112
Binary101110011100010010110111110011110111110111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C4B7; }

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

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

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

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

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

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

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

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