#B3C6AB

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

Shades of Rainee #B3C6AB

Tints of Rainee #B3C6AB

Color information

#B3C6AB (or 0xB3C6AB) is unknown color: approx Rainee. HEX triplet: B3, C6 and AB. RGB value is (179,198,171). Sum of RGB (Red+Green+Blue) = 179+198+171=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C6AB is #4C3954. Grayscale: #BDBDBD. Windows color (decimal): -4995413 or 11257523. OLE color: 11257523.

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

Color convert

RGB179198171-
CMYK0.1000.140.22
HSL102.22º19.15%72.35%-
HSV(B)102.22º13.64%77.65%-
XYZ46.1452.9146.31-
YUV189.24117.71120.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 198 (77.73% from 255) = 36.13%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=32.66%
G=36.13%
B=31.20%

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
Decimal1791981710.1000.140.22102.2219.1572.35
HexB3C6ABA0E16661348
Octal263306253120162614623110
Binary101100111100011010101011101001110101101100110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C6AB; }

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

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

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

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

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

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

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

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