#B3C4AC

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

Shades of Rainee #B3C4AC

Tints of Rainee #B3C4AC

Color information

#B3C4AC (or 0xB3C4AC) is unknown color: approx Rainee. HEX triplet: B3, C4 and AC. RGB value is (179,196,172). Sum of RGB (Red+Green+Blue) = 179+196+172=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C4AC is #4C3B53. Grayscale: #BCBCBC. Windows color (decimal): -4995924 or 11322547. OLE color: 11322547.

HSL color Cylindrical-coordinate representation of color #B3C4AC: hue angle of 102.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3C4AC is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB179196172-
CMYK0.0900.120.23
HSL102.5º16.9%72.16%-
HSV(B)102.5º12.24%76.86%-
XYZ45.7852.0446.66-
YUV188.18118.87121.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 196 (76.95% from 255) = 35.83%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=32.72%
G=35.83%
B=31.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791961720.0900.120.23102.516.972.16
HexB3C4AC90C17661148
Octal263304254110142714621110
Binary101100111100010010101100100101100101111100110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C4AC; }

 p { color: rgb(179,196,172); }

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

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

 a { background-color: rgb(179,196,172); }

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

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

 span { border-color: rgb(179,196,172); }

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