#B4C9AE

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

Shades of Rainee #B4C9AE

Tints of Rainee #B4C9AE

Color information

#B4C9AE (or 0xB4C9AE) is unknown color: approx Rainee. HEX triplet: B4, C9 and AE. RGB value is (180,201,174). Sum of RGB (Red+Green+Blue) = 180+201+174=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C9AE is #4B3651. Grayscale: #BFBFBF. Windows color (decimal): -4929106 or 11454900. OLE color: 11454900.

HSL color Cylindrical-coordinate representation of color #B4C9AE: hue angle of 106.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C9AE is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB180201174-
CMYK0.1000.130.21
HSL106.67º20%73.53%-
HSV(B)106.67º13.43%78.82%-
XYZ47.3554.5348.07-
YUV191.64118.04119.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=32.43%
G=36.22%
B=31.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802011740.1000.130.21106.672073.53
HexB4C9AEA0D156b144a
Octal264311256120152515324112
Binary101101001100100110101110101001101101011101011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C9AE; }

 p { color: rgb(180,201,174); }

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

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

 a { background-color: rgb(180,201,174); }

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

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

 span { border-color: rgb(180,201,174); }

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