#B3C6AA

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

Shades of Rainee #B3C6AA

Tints of Rainee #B3C6AA

Color information

#B3C6AA (or 0xB3C6AA) is unknown color: approx Rainee. HEX triplet: B3, C6 and AA. RGB value is (179,198,170). Sum of RGB (Red+Green+Blue) = 179+198+170=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C6AA is #4C3955. Grayscale: #BDBDBD. Windows color (decimal): -4995414 or 11191987. OLE color: 11191987.

HSL color Cylindrical-coordinate representation of color #B3C6AA: hue angle of 100.71º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3C6AA is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB179198170-
CMYK0.1000.140.22
HSL100.71º19.72%72.16%-
HSV(B)100.71º14.14%77.65%-
XYZ46.0452.8745.81-
YUV189.13117.21120.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=32.72%
G=36.20%
B=31.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791981700.1000.140.22100.7119.7272.16
HexB3C6AAA0E16651448
Octal263306252120162614524110
Binary101100111100011010101010101001110101101100101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C6AA; }

 p { color: rgb(179,198,170); }

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

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

 a { background-color: rgb(179,198,170); }

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

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

 span { border-color: rgb(179,198,170); }

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