#B3C2AE

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

Shades of Rainee #B3C2AE

Tints of Rainee #B3C2AE

Color information

#B3C2AE (or 0xB3C2AE) is unknown color: approx Rainee. HEX triplet: B3, C2 and AE. RGB value is (179,194,174). Sum of RGB (Red+Green+Blue) = 179+194+174=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C2AE is #4C3D51. Grayscale: #BBBBBB. Windows color (decimal): -4996434 or 11453107. OLE color: 11453107.

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

Color convert

RGB179194174-
CMYK0.0800.100.24
HSL105º14.08%72.16%-
HSV(B)105º10.31%76.08%-
XYZ45.5251.2247.53-
YUV187.24120.53122.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 194 (76.17% from 255) = 35.47%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=32.72%
G=35.47%
B=31.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941740.0800.100.2410514.0872.16
HexB3C2AE80A1869e48
Octal263302256100123015116110
Binary10110011110000101010111010000101011000110100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C2AE; }

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

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

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

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

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

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

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

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