#B4C1AE

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

Shades of Rainee #B4C1AE

Tints of Rainee #B4C1AE

Color information

#B4C1AE (or 0xB4C1AE) is unknown color: approx Rainee. HEX triplet: B4, C1 and AE. RGB value is (180,193,174). Sum of RGB (Red+Green+Blue) = 180+193+174=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C1AE is #4B3E51. Grayscale: #BBBBBB. Windows color (decimal): -4931154 or 11452852. OLE color: 11452852.

HSL color Cylindrical-coordinate representation of color #B4C1AE: hue angle of 101.05º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C1AE is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB180193174-
CMYK0.0700.100.24
HSL101.05º13.29%71.96%-
HSV(B)101.05º9.84%75.69%-
XYZ45.5350.947.47-
YUV186.95120.69123.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=32.91%
G=35.28%
B=31.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801931740.0700.100.24101.0513.2971.96
HexB4C1AE70A1865d48
Octal26430125670123014515110
Binary1011010011000001101011101110101011000110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1AE; }

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

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

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

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

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

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

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

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