#B3C1AE

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

Shades of Rainee #B3C1AE

Tints of Rainee #B3C1AE

Color information

#B3C1AE (or 0xB3C1AE) is unknown color: approx Rainee. HEX triplet: B3, C1 and AE. RGB value is (179,193,174). Sum of RGB (Red+Green+Blue) = 179+193+174=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C1AE is #4C3E51. Grayscale: #BABABA. Windows color (decimal): -4996690 or 11452851. OLE color: 11452851.

HSL color Cylindrical-coordinate representation of color #B3C1AE: hue angle of 104.21º 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 #B3C1AE is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB179193174-
CMYK0.0700.100.24
HSL104.21º13.29%71.96%-
HSV(B)104.21º9.84%75.69%-
XYZ45.350.7847.46-
YUV186.65120.86122.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.78%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=32.78%
G=35.35%
B=31.87%

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
Decimal1791931740.0700.100.24104.2113.2971.96
HexB3C1AE70A1868d48
Octal26330125670123015015110
Binary1011001111000001101011101110101011000110100011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C1AE; }

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

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

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

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

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

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

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

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